summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Fix build error with udp_offloadVlad Yasevich2012-11-151-0/+1
* net: Make IPv6 build depend on CONFIG_INETVlad Yasevich2012-11-151-1/+1
* net: Remove code duplication between offload structuresVlad Yasevich2012-11-155-44/+56
* ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich2012-11-1511-70/+30
* ipv4: Pull GSO registration out of inet_init()Vlad Yasevich2012-11-151-14/+21
* ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich2012-11-155-110/+121
* ipv6: Move exthdr offload support into separate fileVlad Yasevich2012-11-154-37/+55
* ipv6: Separate out UDP offload functionalityVlad Yasevich2012-11-154-101/+130
* ipv6: Separate tcp offload functionalityVlad Yasevich2012-11-154-110/+106
* ipv6: Separate ipv6 offload supportVlad Yasevich2012-11-154-246/+296
* ipv6: Switch to using new offload infrastructure.Vlad Yasevich2012-11-154-24/+64
* ipv4: Switch to using the new offload infrastructure.Vlad Yasevich2012-11-151-14/+16
* ipv6: Add new offload registration infrastructure.Vlad Yasevich2012-11-154-0/+41
* net: Add net protocol offload registration infrustructureVlad Yasevich2012-11-152-0/+33
* net: Switch to using the new packet offload infrustructureVlad Yasevich2012-11-153-10/+20
* net: Add generic packet offload infrastructure.Vlad Yasevich2012-11-151-0/+80
* ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms()Nicolas Dichtel2012-11-151-1/+1
* sit: fix sparse warningsNicolas Dichtel2012-11-151-5/+5
* ipip: fix sparse warnings in ipip_netlink_parms()Nicolas Dichtel2012-11-151-2/+2
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-11-1411-173/+416
|\
| * batman-adv: Remove instant overwritten variable initializationSven Eckelmann2012-11-142-11/+11
| * batman-adv: roaming handling mechanism redesignAntonio Quartulli2012-11-141-39/+118
| * batman-adv: refactor tt_global_del_struct()Antonio Quartulli2012-11-141-10/+9
| * batman-adv: refactor code to simplify long linesAntonio Quartulli2012-11-141-32/+30
| * batman-adv: substitute tt_poss_change with a per-tt_entry flagAntonio Quartulli2012-11-146-75/+156
| * batman-adv: wait multiple periods before activating blaSimon Wunderlich2012-11-143-1/+10
| * batman-adv: allow bla traffic only after first worker periodSimon Wunderlich2012-11-141-1/+19
| * batman-adv: send announcement when backbone gw is registeredSimon Wunderlich2012-11-141-4/+10
| * batman-adv: prevent using any virtual device created on batman-adv as hard-in...Antonio Quartulli2012-11-141-1/+40
| * batman-adv: fix wrong spinlock inline commentAntonio Quartulli2012-11-141-1/+1
| * batman-adv: don't rely on positions in struct for hashingSimon Wunderlich2012-11-142-14/+28
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-11-1483-1450/+7319
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-1483-1450/+7319
| |\ \ | | |/ | |/|
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-296-36/+104
| | |\
| | * \ Merge tag 'nfc-next-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...John W. Linville2012-10-2916-113/+630
| | |\ \
| | | * | NFC: Extend netlink interface for LTO, RW, and MIUX parameters supportThierry Escande2012-10-295-19/+174
| | | * | NFC: Purge LLCP socket Tx queues when being disconnectedSamuel Ortiz2012-10-261-0/+31
| | | * | NFC: Remove CONFIG_EXPERIMENTAL from the NCI MakefileKees Cook2012-10-261-2/+2
| | | * | NFC: Remove CONFIG_EXPERIMENTAL from the LLCP MakefileKees Cook2012-10-261-2/+2
| | | * | NFC: Remove CONFIG_EXPERIMENTALKees Cook2012-10-261-2/+2
| | | * | NFC: Fix some code style and whitespace issuesSzymon Janc2012-10-268-17/+17
| | | * | NFC: Use IDR library to assing NFC devices IDsSamuel Ortiz2012-10-261-7/+16
| | | * | NFC: Return NULL when no LLCP socket for a dsap,ssap couple is foundSamuel Ortiz2012-10-261-4/+6
| | | * | NFC: Implement LLCP connection less Tx pathSamuel Ortiz2012-10-261-0/+19
| | | * | NFC: UI frame sending routine implementationSamuel Ortiz2012-10-262-0/+48
| | | * | NFC: Forward LLCP datagrams to userspaceSamuel Ortiz2012-10-261-1/+18
| | | * | NFC: Handle LLCP UI framesSamuel Ortiz2012-10-262-0/+45
| | | * | NFC: Keep connection less bound sockets alive when DEP link goes downSamuel Ortiz2012-10-261-0/+10
| | | * | NFC: Check for connection less sockets when looking for a service nameSamuel Ortiz2012-10-261-1/+6
| | | * | NFC: Reserve LLCP ssap when replying to an SNL frameSamuel Ortiz2012-10-261-6/+40
OpenPOWER on IntegriCloud