summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller18-91/+90
2011-07-06net: Add GSO to vlan_features initializationShan Wei1-4/+5
2011-07-06packet: Add pre-defragmentation support for ipv4 fanouts.David S. Miller1-2/+48
2011-07-06ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.David S. Miller1-2/+3
2011-07-06packet: Add fanout support.David S. Miller1-5/+251
2011-07-06packet: Add helpers to register/unregister ->prot_hookDavid S. Miller1-44/+59
2011-07-06net: vlan: enable soft features regardless of underlying deviceShan Wei1-0/+5
2011-07-06Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller13-59/+71
2011-07-06bridge: Always flood broadcast packetsHerbert Xu2-3/+7
2011-07-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller13-37/+74
2011-07-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-4/+6
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-05cfg80211: fix deadlock with rfkill/sched_scan by adding new mutexLuciano Coelho4-14/+34
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville4-9/+18
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-05net: bind() fix error return on wrong address familyMarcus Meissner2-2/+4
2011-07-04dccp ccid-2: Perform congestion-window validationGerrit Renker2-3/+91
2011-07-04dccp ccid-2: Use existing function to test for data packetsGerrit Renker2-11/+11
2011-07-04dccp ccid-2: move rfc 3390 function into header fileGerrit Renker2-9/+9
2011-07-04dccp: cosmetics of info messageGerrit Renker1-2/+2
2011-07-04dccp: combine the functionality of enqeueing and cloningGerrit Renker1-7/+7
2011-07-04dccp: Clean up slow-path input processingGerrit Renker1-31/+30
2011-07-04af_econet: Use current logging styles and neateningJoe Perches1-75/+74
2011-07-04netpoll: Remove wrapper function netpoll_pollJoe Perches1-7/+2
2011-07-04netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_devJoe Perches1-4/+2
2011-07-02xfrm4: Don't call icmp_send on local errorSteffen Klassert1-1/+6
2011-07-02ipv4: Don't use ufo handling on later transformed packetsSteffen Klassert1-1/+1
2011-07-02xfrm: Remove family arg from xfrm_bundle_okSteffen Klassert1-3/+3
2011-07-02ipv6: Don't put artificial limit on routing table size.David S. Miller2-8/+11
2011-07-02ipv6: Don't change dst->flags using assignments.David S. Miller1-10/+2
2011-07-02Merge branch 'for-next' of git://git2.kernel.org/pub/scm/linux/kernel/git/low...David S. Miller3-2/+33
2011-07-02net: rds: fix const array syntaxGreg Dietsche1-1/+1
2011-07-02x25: Reduce switch/case indentJoe Perches5-402/+396
2011-07-02sunrpc: Reduce switch/case indentJoe Perches3-44/+41
2011-07-02sctp: Reduce switch/case indentJoe Perches2-30/+31
2011-07-02netrom: Reduce switch/case indentJoe Perches1-9/+13
2011-07-02lapb: Reduce switch/case indentJoe Perches2-467/+444
2011-07-02ipv6: Reduce switch/case indentJoe Perches1-76/+69