aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-11inetpeer: kill inet_putpeer raceEric Dumazet1-5/+9
2011-07-11ipv4: Use universal hash for ARP.David S. Miller2-2/+2
2011-07-11neigh: Store hash shift instead of mask.David S. Miller1-24/+23
2011-07-09skbuff: clear tx zero-copy flagShirley Ma1-0/+3
2011-07-08Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller23-26/+1924
2011-07-08dcbnl: unlock on an error path in dcbnl_cee_fill()Dan Carpenter1-1/+1
2011-07-08Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-32/+147
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville23-26/+1924
2011-07-07batman-adv: request the full table if tt_crc doesn't matchAntonio Quartulli1-0/+12
2011-07-07batman-adv: keep global table consistency in case of roamingAntonio Quartulli1-2/+8
2011-07-07batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli4-30/+125
2011-07-07batman-adv: initialise last_ttvn and tt_crc for the orig_node structureAntonio Quartulli1-0/+2
2011-07-07packet: Fix build with INET disabled.David S. Miller1-0/+2
2011-07-07af_packet: lock imbalanceEric Dumazet1-31/+31
2011-07-07skbuff: skb supports zero-copy buffersShirley Ma1-1/+79
2011-07-07Disable router anycast address for /127 prefixesBjørn Mork1-0/+2
2011-07-07rose: Delete commented out references to ancient firewalling code.David S. Miller2-12/+0
2011-07-06mac80211: support GTK rekey offloadJohannes Berg4-0/+87
2011-07-06cfg80211/nl80211: support GTK rekey offloadJohannes Berg3-0/+128
2011-07-06mac80211: allow driver to iterate keysJohannes Berg1-0/+33
2011-07-06packet: Fix leak in pre-defrag support.David S. Miller1-1/+1
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet20-25/+27
2011-07-06packet: Add 'cpu' fanout policy.David S. Miller1-37/+28
2011-07-05dcbnl: Add CEE notificationShmulik Ravid1-190/+225
2011-07-05dcbnl: Aggregated CEE GET operationShmulik Ravid1-7/+152
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller18-91/+90
2011-07-05net: Add GSO to vlan_features initializationShan Wei1-4/+5
2011-07-05packet: Add pre-defragmentation support for ipv4 fanouts.David S. Miller1-2/+48
2011-07-05ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.David S. Miller1-2/+3
2011-07-05packet: Add fanout support.David S. Miller1-5/+251
2011-07-05packet: Add helpers to register/unregister ->prot_hookDavid S. Miller1-44/+59
2011-07-05net: vlan: enable soft features regardless of underlying deviceShan Wei1-0/+5
2011-07-05Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller13-59/+71
2011-07-05bridge: Always flood broadcast packetsHerbert Xu2-3/+7
2011-07-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller13-37/+74
2011-07-05NFC: add the NFC socket raw protocolLauro Ramos Venancio4-1/+376
2011-07-05NFC: add NFC socket familyAloisio Almeida Jr5-4/+123
2011-07-05NFC: add nfc generic netlink interfaceLauro Ramos Venancio4-3/+640
2011-07-05NFC: add nfc subsystem coreLauro Ramos Venancio6-0/+468
2011-07-05mac80211: allow driver to impose WoWLAN restrictionsJohannes Berg1-6/+10
2011-07-05mac80211: fix smatch complainsChristian Lamparter2-3/+5
2011-07-05net, wireless: Don't return uninitialized in __cfg80211_stop_sched_scan()Jesper Juhl1-3/+2
2011-07-05mac80211: Skip tailroom reservation for full HW-crypto devices with race fixYogesh Ashok Powar3-11/+57
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann4-21/+9
2011-07-05batman-adv: aggregation checks should use the primary_if pointerMarek Lindner1-5/+20
2011-07-05batman-adv: broadcast primary OGM on all active hard-interfacesMarek Lindner1-4/+13
2011-07-05batman-adv: pass a unique flag arg instead of a sequence of bool onesAntonio Quartulli1-11/+10
2011-07-05batman-adv: add_bcast_packet_to_list() takes the sending delay as parameterAntonio Quartulli4-5/+5
2011-07-05batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli4-15/+16
2011-07-04net: bind() fix error return on wrong address familyMarcus Meissner2-2/+4