summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2013-10-21mac802154: correct a typo in ieee802154_alloc_device() prototypeAlexandre Belloni-1/+1
2013-10-21ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov-4/+2
2013-10-21ipv6: always prefer rt6i_gateway if presentJulian Anastasov-1/+1
2013-10-19net: fix cipso packet validation when !NETLABELSeif Mazareeb-2/+4
2013-10-17net: dst: provide accessor function to dst->xfrmVlad Yasevich-0/+12
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov-4/+2
2013-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-7/+4
2013-09-30vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar-0/+5
2013-09-30netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy-1/+1
2013-09-28net: net_secret should not depend on TCPEric Dumazet-1/+0
2013-09-28net: Delay default_device_exit_batch until no devices are unregistering v2Eric W. Biederman-0/+1
2013-09-28IPv6 NAT: Do not drop DNATed 6to4/6rd packetsCatalin\(ux\) M. BOIE-0/+4
2013-09-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+1
2013-09-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville-0/+1
2013-09-23mrp: add periodictimer to allow retries when packets get lostNoel Burton-Krahn-0/+1
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka-4/+8
2013-09-18ipvs: make the service replacement more robustJulian Anastasov-5/+2
2013-09-18ipvs: fix overflow on dest weight multiplySimon Kirby-1/+1
2013-09-18Bluetooth: Introduce a new HCI_RFKILLED flagJohan Hedberg-0/+1
2013-09-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+1
2013-09-13netfilter: nf_conntrack: use RCU safe kfree for conntrack extensionsMichal Kubeček-1/+1
2013-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+2
2013-09-11ipv6: don't call fib6_run_gc() until routing is readyMichal Kubeček-0/+2
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+5
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-881/+1423
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+33
2013-09-05vxlan: Notify drivers for listening UDP port changesJoseph Gasparakis-0/+1
2013-09-04net: ipv6: mld: get rid of MLDV2_MRC and simplify calculationDaniel Borkmann-9/+19
2013-09-04net: ipv6: mld: fix v1/v2 switchback timeout to rfc3810, 9.12.Daniel Borkmann-3/+33
2013-09-04tcp: Change return value of tcp_rcv_established()Vijay Subramanian-2/+2
2013-09-04tunnels: harmonize cleanup done on skb on rx pathNicolas Dichtel-5/+7
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel-2/+1
2013-09-04vxlan: remove net arg from vxlan[6]_xmit_skb()Nicolas Dichtel-1/+1
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel-2/+1
2013-09-03llc: Use normal etherdevice.h testsJoe Perches-30/+0
2013-09-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-10/+137
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-8/+4
2013-09-02net: make snmp_mib_free static inlineCong Wang-1/+11
2013-08-31vxlan: add ipv6 proxy supportCong Wang-0/+9
2013-08-31vxlan: add ipv6 route short circuit supportCong Wang-0/+1
2013-08-31vxlan: add ipv6 supportCong Wang-1/+1
2013-08-31ipv6: export a stub for IPv6 symbols used by vxlanCong Wang-0/+15
2013-08-31ipv6: move ip6_dst_hoplimit() into core kernelCong Wang-2/+2
2013-08-31qdisc: make args to qdisc_create_default conststephen hemminger-2/+2
2013-08-31qdisc: allow setting default queuing disciplinestephen hemminger-0/+4
2013-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+14
2013-08-29tcp: TSO packets automatic sizingEric Dumazet-0/+3
2013-08-29net: sctp: reorder sctp_globals to reduce cacheline usageDaniel Borkmann-11/+9
2013-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-10/+137
2013-08-28net: add cpu_relax to busy poll loopEliezer Tamir-0/+1