summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-0823-26/+1924
|\
| * mac80211: support GTK rekey offloadJohannes Berg2011-07-064-0/+87
| * cfg80211/nl80211: support GTK rekey offloadJohannes Berg2011-07-063-0/+128
| * mac80211: allow driver to iterate keysJohannes Berg2011-07-061-0/+33
| * NFC: add the NFC socket raw protocolLauro Ramos Venancio2011-07-054-1/+376
| * NFC: add NFC socket familyAloisio Almeida Jr2011-07-055-4/+123
| * NFC: add nfc generic netlink interfaceLauro Ramos Venancio2011-07-054-3/+640
| * NFC: add nfc subsystem coreLauro Ramos Venancio2011-07-056-0/+468
| * mac80211: allow driver to impose WoWLAN restrictionsJohannes Berg2011-07-051-6/+10
| * mac80211: fix smatch complainsChristian Lamparter2011-07-052-3/+5
| * net, wireless: Don't return uninitialized in __cfg80211_stop_sched_scan()Jesper Juhl2011-07-051-3/+2
| * mac80211: Skip tailroom reservation for full HW-crypto devices with race fixYogesh Ashok Powar2011-07-053-11/+57
* | packet: Fix build with INET disabled.David S. Miller2011-07-071-0/+2
* | af_packet: lock imbalanceEric Dumazet2011-07-071-31/+31
* | skbuff: skb supports zero-copy buffersShirley Ma2011-07-071-1/+79
* | Disable router anycast address for /127 prefixesBjørn Mork2011-07-071-0/+2
* | rose: Delete commented out references to ancient firewalling code.David S. Miller2011-07-072-12/+0
* | packet: Fix leak in pre-defrag support.David S. Miller2011-07-061-1/+1
* | net: sched: constify tcf_proto and tc_actionEric Dumazet2011-07-0620-25/+27
* | packet: Add 'cpu' fanout policy.David S. Miller2011-07-061-37/+28
* | dcbnl: Add CEE notificationShmulik Ravid2011-07-061-190/+225
* | dcbnl: Aggregated CEE GET operationShmulik Ravid2011-07-061-7/+152
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-0618-91/+90
|\ \
| * | net: vlan: enable soft features regardless of underlying deviceShan Wei2011-07-061-0/+5
| * | bridge: Always flood broadcast packetsHerbert Xu2011-07-062-3/+7
| * | net: bind() fix error return on wrong address familyMarcus Meissner2011-07-052-2/+4
| * | xfrm4: Don't call icmp_send on local errorSteffen Klassert2011-07-021-1/+6
| * | ipv4: Don't use ufo handling on later transformed packetsSteffen Klassert2011-07-021-1/+1
| * | xfrm: Remove family arg from xfrm_bundle_okSteffen Klassert2011-07-021-3/+3
| * | ipv6: Don't put artificial limit on routing table size.David S. Miller2011-07-022-8/+11
| * | ipv6: Don't change dst->flags using assignments.David S. Miller2011-07-021-10/+2
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-07-012-2/+9
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-302-2/+9
| | |\ \
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-06-308-69/+62
| |\| | |
| | * | | netfilter: Fix ip_route_me_harder triggering ip_rt_bugJulian Anastasov2011-06-292-48/+26
| | * | | ipv4: Fix IPsec slowpath fragmentation problemSteffen Klassert2011-06-281-5/+5
| | * | | ipv4: Fix packet size calculation in __ip_append_dataSteffen Klassert2011-06-281-5/+2
| | * | | bridge: Only flood unregistered groups to routersHerbert Xu2011-06-251-1/+4
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-242-9/+18
| | |\ \ \
| | * | | | udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang2011-06-222-0/+6
| | * | | | ipv6/udp: Use the correct variable to determine non-blocking conditionXufeng Zhang2011-06-221-1/+1
| * | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2011-06-223-3/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | SUNRPC: Ensure the RPC client only quits on fatal signalsTrond Myklebust2011-06-172-3/+3
| | * | | | NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2011-06-152-0/+4
* | | | | | net: Add GSO to vlan_features initializationShan Wei2011-07-061-4/+5
* | | | | | packet: Add pre-defragmentation support for ipv4 fanouts.David S. Miller2011-07-061-2/+48
* | | | | | ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.David S. Miller2011-07-061-2/+3
* | | | | | packet: Add fanout support.David S. Miller2011-07-061-5/+251
* | | | | | packet: Add helpers to register/unregister ->prot_hookDavid S. Miller2011-07-061-44/+59
* | | | | | Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller2011-07-0613-59/+71
|\ \ \ \ \ \