summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | NFC: Remove useless HCI private nfc target tableEric Lapuyade2012-05-151-2/+0
| | * | | NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade2012-05-151-8/+10
| | |/ /
* | | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-222-8/+8
|\ \ \ \ | |/ / / |/| | |
| * | | cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa2012-04-102-8/+8
* | | | ipv6: bool/const conversions phase2Eric Dumazet2012-05-194-12/+12
* | | | ipv6: bool conversions phase1Eric Dumazet2012-05-181-15/+15
* | | | ip_frag: struct inet_frags match() method returns a boolEric Dumazet2012-05-182-3/+2
* | | | lapb: Neaten debuggingJoe Perches2012-05-171-0/+6
* | | | tcp: bool conversionsEric Dumazet2012-05-171-28/+28
* | | | net: include/net/sock.h cleanupEric Dumazet2012-05-171-77/+74
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-162-0/+14
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-05-151-0/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Bluetooth: notify userspace of security level changeGustavo Padovan2012-05-141-0/+1
| * | | | sctp: check cached dst before using itNicolas Dichtel2012-05-101-0/+13
* | | | | net: sock_flag() cleanupEric Dumazet2012-05-161-1/+1
* | | | | fq_codel: should use qdisc backlog as thresholdEric Dumazet2012-05-161-8/+7
* | | | | mac802154: monitor device supportalex.bluesman.smirnov@gmail.com2012-05-161-0/+8
* | | | | ieee802154: interface type to be addedalex.bluesman.smirnov@gmail.com2012-05-161-1/+1
* | | | | mac802154: declare reduced mlme operationsalex.bluesman.smirnov@gmail.com2012-05-161-5/+20
* | | | | mac802154: RX data pathalex.bluesman.smirnov@gmail.com2012-05-162-0/+5
* | | | | mac802154: allocation of ieee802154 devicealex.bluesman.smirnov@gmail.com2012-05-161-0/+7
* | | | | mac802154: basic ieee802.15.4 device structuresalex.bluesman.smirnov@gmail.com2012-05-161-0/+126
* | | | | Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2012-05-163-78/+0
|\ \ \ \ \
| * | | | | net: delete all instances of special processing for token ringPaul Gortmaker2012-05-153-78/+0
* | | | | | xfrm: Convert several xfrm policy match functions to bool.David S. Miller2012-05-151-6/+6
|/ / / / /
* | | | | codel: use u16 field instead of 31bits for rec_inv_sqrtEric Dumazet2012-05-141-10/+15
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-05-142-0/+35
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | {nl,cfg,mac}80211: Allow user to see/configure HT protection modeAshok Nagarajan2012-05-081-0/+1
| * | | | mac80211: Framework to get wifi-driver stats via ethtool.Ben Greear2012-05-081-0/+17
| * | | | cfg80211: Add framework to support ethtool stats.Ben Greear2012-05-081-0/+17
* | | | | codel: use Newton method instead of sqrt() and dividesEric Dumazet2012-05-121-31/+37
* | | | | codel: Controlled Delay AQMEric Dumazet2012-05-101-0/+332
* | | | | tcp: Move rcvq sending to tcp_input.cPavel Emelyanov2012-05-101-2/+1
|/ / / /
* | | | ipvs: add support for sync threadsPablo Neira Ayuso2012-05-081-9/+25
* | | | ipvs: reduce sync rate with time thresholdsJulian Anastasov2012-05-081-2/+28
* | | | ipvs: wakeup master threadPablo Neira Ayuso2012-05-081-0/+29
* | | | netfilter: nf_conntrack: use this_cpu_inc()Eric Dumazet2012-05-081-8/+2
* | | | netfilter: nf_ct_helper: allow to disable automatic helper assignmentEric Leblond2012-05-082-2/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-074-4/+8
|\| | |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-05-011-1/+2
| |\| |
| | * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-04-271-1/+2
| | |\ \
| | | * | Bluetooth: Temporary keys should be retained during connectionVishal Agarwal2012-04-161-0/+1
| | | * | Bluetooth: hci_persistent_key should return boolVishal Agarwal2012-04-161-1/+1
| * | | | net: fix sk_sockets_allocated_read_positiveEric Dumazet2012-04-301-2/+2
| * | | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-04-301-1/+3
| |\ \ \ \
| | * | | | ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2012-04-301-0/+2
| | * | | | ipvs: take care of return value from protocol init_netnsHans Schillstrom2012-04-301-1/+1
| * | | | | set fake_rtable's dst to NULL to avoid kernel OopsPeter Huang (Peng)2012-04-241-0/+1
* | | | | | tcp: be more strict before accepting ECN negociationEric Dumazet2012-05-041-7/+16
* | | | | | net: implement tcp coalescing in tcp_queue_rcv()Eric Dumazet2012-05-021-1/+2