summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-10-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-5/+3
2015-10-15switchdev: assert rtnl mutex when going over lower netdevsJiri Pirko1-4/+11
2015-10-15bridge: defer switchdev fdb del call in fdb_del_external_learnJiri Pirko2-1/+7
2015-10-15switchdev: introduce possibility to defer obj_add/delJiri Pirko1-20/+80
2015-10-15switchdev: remove pointers from switchdev objectsJiri Pirko3-6/+9
2015-10-15switchdev: allow caller to explicitly request attr_set as deferredJiri Pirko2-66/+45
2015-10-15switchdev: make struct switchdev_attr parameter const for attr_set callsJiri Pirko2-4/+5
2015-10-15switchdev: introduce switchdev deferred ops infrastructureJiri Pirko1-0/+80
2015-10-15netfilter: nfnetlink_log: validate dependencies to avoid breaking atomicityPablo Neira1-19/+24
2015-10-15netfilter: nfnetlink_log: consolidate check for instance in nfulnl_recv_config()Pablo Neira Ayuso1-23/+5
2015-10-14tipc: move fragment importance field to new header positionJon Paul Maloy1-2/+2
2015-10-14tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet1-2/+2
2015-10-14tcp/dccp: fix potential NULL deref in __inet_inherit_port()Eric Dumazet1-0/+4
2015-10-14ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches1-1/+1
2015-10-14Merge tag 'linux-can-next-for-4.4-20151013' of git://git.kernel.org/pub/scm/l...David S. Miller1-5/+10
2015-10-14Merge tag 'mac80211-for-davem-2015-10-13' of git://git.kernel.org/pub/scm/lin...David S. Miller3-3/+7
2015-10-14tipc: eliminate risk of stalled link synchronizationJon Paul Maloy1-3/+3
2015-10-14Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"Paolo Abeni2-15/+1
2015-10-14netfilter: ipv6: pointer cast layoutIan Morris1-1/+1
2015-10-14netfilter: ip6_tables: improve if statementsIan Morris1-3/+3
2015-10-13tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet4-18/+26
2015-10-13Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2015-10-13can: avoid using timeval for uapiArnd Bergmann1-5/+10
2015-10-13netfilter: ip6_tables: ternary operator layoutIan Morris1-2/+2
2015-10-13netfilter: ipv6: whitespace around operatorsIan Morris3-5/+5
2015-10-13netfilter: ipv6: code indentationIan Morris3-6/+6
2015-10-13netfilter: ip6_tables: function definition layoutIan Morris1-3/+3
2015-10-13netfilter: ip6_tables: label placementIan Morris1-1/+1
2015-10-13bridge: vlan: move back vlan_flushNikolay Aleksandrov3-10/+25
2015-10-13bridge: vlan: drop unnecessary flush codeNikolay Aleksandrov1-8/+1
2015-10-13bridge: vlan: use rcu for vlan_list traversal in br_fill_ifinfoNikolay Aleksandrov1-8/+13
2015-10-13bridge: vlan: use proper rcu for the vlgrp memberNikolay Aleksandrov6-53/+104
2015-10-13net: Add VRF support to IPv6 stackDavid Ahern5-14/+63
2015-10-13net: Export fib6_get_table and nd_tblDavid Ahern2-0/+2
2015-10-13ipv6: Don't call with rt6_uncached_list_flush_devEric W. Biederman1-5/+7
2015-10-13bridge: fix gc_timer mod/del race conditionNikolay Aleksandrov1-1/+9
2015-10-13switchdev: check if the vlan id is in the proper vlan rangeNikolay Aleksandrov1-0/+3
2015-10-13switchdev: enforce no pvid flag in vlan rangesNikolay Aleksandrov1-0/+3
2015-10-13net: dsa: do not warn unsupported bridge opsVivien Didelot1-1/+1
2015-10-13RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept...Sowmini Varadhan1-0/+3
2015-10-13RDS: Invoke ->laddr_check() in rds_bind() for explicitly bound transports.Sowmini Varadhan1-1/+8
2015-10-13netfilter: nfqueue: don't use prev pointerFlorian Westphal1-4/+2
2015-10-13mac80211: Fix hwflags debugfs file formatMohammed Shafi Shajakhan1-1/+1
2015-10-12bridge: vlan: enforce no pvid flag in vlan rangesNikolay Aleksandrov1-0/+3
2015-10-12ipv6 route: use err pointers instead of returning pointer by referenceRoopa Prabhu1-15/+17
2015-10-12ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman3-5/+4
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman6-15/+16
2015-10-12ipv4: Only compute net once in ip_call_ra_chainEric W. Biederman1-1/+2
2015-10-12packet: fix match_fanout_group()Eric Dumazet1-3/+3
2015-10-12ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni2-1/+15