aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-08-031-0/+5
|\
| * cfg80211: fix regression on beacon world roaming featureLuis R. Rodriguez2009-08-031-0/+5
* | bluetooth: rfcomm_init bug fixDave Young2009-08-031-1/+11
|/
* NET: ROSE: Don't use static buffer.Ralf Baechle2009-07-261-1/+1
* tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra2009-07-201-0/+5
* net: sock_copy() fixesEric Dumazet2009-07-161-13/+19
* memory barrier: adding smp_mb__after_lockJiri Olsa2009-07-091-1/+4
* net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-091-0/+66
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-06-291-2/+2
|\
| * netfilter: tcp conntrack: fix unacknowledged data detection with NATPatrick McHardy2009-06-291-2/+2
* | Phonet: publicize the Netlink notification functionRĂ©mi Denis-Courmont2009-06-251-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-245-3/+6
|\
| * net: Move rx skb_orphan call to where neededHerbert Xu2009-06-232-0/+3
| * ipv6: Use correct data types for ICMPv6 type and codeBrian Haley2009-06-233-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-221-2/+0
|\ \ | |/
| * af_iucv: Return -EAGAIN if iucv msg limit is exceededHendrik Brueckner2009-06-191-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-182-1/+34
|\ \ | |/
| * net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet2009-06-171-0/+33
| * x25: Fix sleep from timer on socket destroy.David S. Miller2009-06-161-1/+1
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2009-06-163-5/+16
|\ \ | |/ |/|
| * net: annotate struct sock bitfieldVegard Nossum2009-06-151-0/+2
| * net: annotate inet_timewait_sock bitfieldsVegard Nossum2009-06-151-1/+4
| * net: annotate bitfields in struct inet_sockVegard Nossum2009-06-151-4/+10
* | pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2USJarek Poplawski2009-06-151-4/+4
* | netfilter: conntrack: optional reliable conntrack event deliveryPablo Neira Ayuso2009-06-133-17/+48
* | netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()Pablo Neira Ayuso2009-06-131-0/+2
* | netfilter: conntrack: move event caching to conntrack extension infrastructurePablo Neira Ayuso2009-06-133-64/+73
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Patrick McHardy2009-06-1121-71/+529
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-06-113-27/+52
| |\ \
| | * | Bluetooth: Add native RFKILL soft-switch support for all devicesMarcel Holtmann2009-06-081-0/+2
| | * | Bluetooth: Remove pointless endian conversion helpersMarcel Holtmann2009-06-081-6/+0
| | * | Bluetooth: Add basic constants for L2CAP ERTM support and use themMarcel Holtmann2009-06-081-21/+42
| | * | Bluetooth: Use macro for L2CAP hint mask on receiving config requestGustavo F. Padovan2009-06-081-0/+2
| | * | Bluetooth: Use macros for L2CAP channel identifiersGustavo F. Padovan2009-06-081-0/+6
| * | | net: No more expensive sock_hold()/sock_put() on each txEric Dumazet2009-06-111-1/+5
| * | | mac80211: do not pass PS frames out of mac80211 againJohannes Berg2009-06-101-0/+3
| * | | net: add NL802154 interface for configuration of 802.15.4 devicesSergey Lapin2009-06-091-0/+41
| * | | net: add IEEE 802.15.4 socket family implementationSergey Lapin2009-06-093-0/+335
| * | | pkt_sched: Change PSCHED_SHIFT from 10 to 6Jarek Poplawski2009-06-091-2/+2
| * | | pkt_sched: Use PSCHED_SHIFT in PSCHED time conversionJarek Poplawski2009-06-091-2/+3
| * | | bluetooth: Kill skb_frags_no(), unused.David S. Miller2009-06-081-9/+0
| |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-06-073-17/+68
| |\ \
| | * | cfg80211: add rfkill supportJohannes Berg2009-06-032-7/+42
| | * | cfg80211: move txpower wext from mac80211Johannes Berg2009-06-031-0/+30
| | * | rfkill: rewriteJohannes Berg2009-06-031-6/+2
| | * | mac80211: deprecate conf.beacon_int properlyJohannes Berg2009-06-031-12/+2
| * | | sctp: support non-blocking version of the new sctp_connectx() APIVlad Yasevich2009-06-031-0/+2
| * | | sctp: fix to choose alternate destination when retransmit ASCONF chunkWei Yongjun2009-06-031-4/+2
| |/ /
| * | net: skb->dst accessorsEric Dumazet2009-06-035-8/+14
| * | net: skb->rtable accessorEric Dumazet2009-06-031-1/+1