summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* IPIP: Use ip-tunneling code.Pravin B Shelar2013-03-262-690/+57Star
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-2613-1198/+1364
* net: Print functions in /proc/net/ptype without the offset.David S. Miller2013-03-251-1/+1
* ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2013-03-251-2/+1Star
* Revert "udp: increase inner ip header ID during segmentation"Pravin B Shelar2013-03-251-6/+1Star
* Revert "ip_gre: increase inner ip header ID during segmentation"Pravin B Shelar2013-03-251-6/+1Star
* dsa: fix freeing of sparse port allocationFlorian Fainelli2013-03-251-3/+5
* dsa: factor freeing of dsa_platform_dataFlorian Fainelli2013-03-251-20/+18Star
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2013-03-2512-81/+226
|\
| * netfilter: nf_conntrack: speed up module removal path if netns in useVladimir Davydov2013-03-192-20/+42
| * netfilter: nf_conntrack: add include to fix sparse warningstephen hemminger2013-03-191-0/+1
| * netfilter: nfnetlink_queue: zero copy supportEric Dumazet2013-03-191-22/+72
| * netfilter: ctnetlink: allow to dump expectation per master conntrackPablo Neira Ayuso2013-03-191-5/+95
| * ipvs: fix some sparse warningsJulian Anastasov2013-03-192-8/+2Star
| * ipvs: fix hashing in ip_vs_svc_hashkeyJulian Anastasov2013-03-191-3/+5
| * netfilter: nfnetlink_queue: use xor hash function to distribute instancesPablo Neira Ayuso2013-03-151-1/+1
| * netfilter: ebt_ulog: remove unnecessary spin lock protectionGao feng2013-03-151-2/+1Star
| * netfilter: nf_ct_ipv6: use ipv6_iface_scope_id in conntrack to return scope idHannes Frederic Sowa2013-03-151-6/+2Star
| * bridge: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu2013-03-151-3/+1Star
| * ipv4: netfilter: use PTR_RET instead of IS_ERR + PTR_ERRSilviu-Mihai Popescu2013-03-151-3/+1Star
| * netfilter: ip6t_NPT: Use csum_partial()YOSHIFUJI Hideaki2013-03-151-8/+3Star
* | bridge: avoid br_ifinfo_notify when nothing changedHong zhi guo2013-03-241-2/+2
* | dsa: add device tree bindings to register DSA switchesFlorian Fainelli2013-03-241-5/+228
* | ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa2013-03-241-2/+21
* | inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future ...Hannes Frederic Sowa2013-03-242-30/+23Star
* | ipv6: provide addr and netconf dump consistency infoNicolas Dichtel2013-03-241-0/+8
* | ipv4: provide addr and netconf dump consistency infoNicolas Dichtel2013-03-242-1/+10
* | l2tp: calling the ref() instead of deref()Dan Carpenter2013-03-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-222-2/+6
|\ \
| * | tcp: preserve ACK clocking in TSOEric Dumazet2013-03-221-2/+5
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-201-0/+1
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-03-181-0/+1
| | |\ \
| | | * | Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes2013-03-141-0/+1
* | | | | decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET...Thomas Graf2013-03-222-14/+14
* | | | | rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-2219-116/+46Star
* | | | | decnet: Parse netlink attributes on our ownThomas Graf2013-03-223-126/+154
* | | | | udp: increase inner ip header ID during segmentationCong Wang2013-03-221-1/+6
* | | | | ip_gre: increase inner ip header ID during segmentationCong Wang2013-03-221-1/+6
* | | | | netlink: Diag core and basic socket info dumping (v2)Andrey Vagin2013-03-214-0/+202
* | | | | net: prepare netlink code for netlink diagAndrey Vagin2013-03-212-54/+67
* | | | | net: remove redundant ifdef CONFIG_CGROUPSZefan Li2013-03-211-2/+0Star
* | | | | tcp: implement RFC5682 F-RTOYuchung Cheng2013-03-211-13/+60
* | | | | tcp: refactor CA_Loss state processingYuchung Cheng2013-03-211-16/+26
* | | | | tcp: refactor F-RTOYuchung Cheng2013-03-216-396/+8Star
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-2046-1824/+2799
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-1821-95/+232
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | NFC: llcp: Add cleanup support for unreplied SNL requestsThierry Escande2013-03-103-0/+57
| * | | | | NFC: llcp: Service Name Lookup netlink interfaceThierry Escande2013-03-105-0/+302
| * | | | | NFC: llcp: Service Name Lookup SDRES aggregationThierry Escande2013-03-103-27/+94
| * | | | | NFC: Add missing type policies for netlink attributesThierry Escande2013-03-101-0/+3