summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-15/+19
2017-08-10packet: fix tp_reserve race in packet_set_ringWillem de Bruijn1-4/+9
2017-08-10udp: consistently apply ufo or fragmentationWillem de Bruijn3-7/+10
2017-08-10rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal1-0/+6
2017-08-10rtnetlink: init handler refcounts to 1Florian Westphal1-1/+6
2017-08-10rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal1-4/+12
2017-08-10rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal1-2/+2
2017-08-10rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal1-1/+1
2017-08-10net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin1-0/+2
2017-08-09net-next: dsa: fix flow dissectionJohn Crispin1-0/+12
2017-08-09net-next: tag_mtk: add flow_dissect callback to the ops structJohn Crispin1-2/+12
2017-08-09net-next: dsa: move struct dsa_device_ops to the global header fileJohn Crispin1-7/+0
2017-08-09net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long1-1/+1
2017-08-09igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2-6/+7
2017-08-09net: atm: make atmdev_ops constBhumika Goyal4-4/+4
2017-08-09net: ipv6: lower ndisc notifier priority below addrconfDavid Ahern1-0/+1
2017-08-09tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy1-3/+1
2017-08-09net: call newid/getid without rtnl mutex heldFlorian Westphal1-2/+3
2017-08-09rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal1-0/+15
2017-08-09rtnetlink: protect handler table with rcuFlorian Westphal1-56/+65
2017-08-09rtnetlink: small rtnl lock pushdownFlorian Westphal1-6/+13
2017-08-09rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal1-1/+13
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal25-93/+93
2017-08-09rtnetlink: call rtnl_calcit directlyFlorian Westphal1-25/+4
2017-08-09bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann1-4/+17
2017-08-09sock: fix zerocopy panic in mem accountingWillem de Bruijn1-2/+2
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-65/+112
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-67/+114
2017-08-08net: ipv6: avoid overhead when no custom FIB rules are installedVincent Bernat2-13/+28
2017-08-08net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn3-3/+3
2017-08-08rds: Reintroduce statistics countingHÃ¥kon Bugge1-1/+4
2017-08-08tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet1-0/+4
2017-08-08net: sched: set xt_tgchk_param par.net properly in ipt_init_targetXin Long1-10/+10
2017-08-08net_sched: get rid of some forward declarationsWANG Cong1-111/+103
2017-08-08net: dsa: lan9303: Only allocate 3 portsEgil Hjelmeland1-2/+1
2017-08-07net: switchdev: Remove bridge bypass support from switchdevArkadi Sharshevsky1-435/+0
2017-08-07net: bridge: Remove FDB deletion through switchdev objectArkadi Sharshevsky1-18/+0
2017-08-07net: dsa: Move FDB dump implementation inside DSAArkadi Sharshevsky4-119/+78
2017-08-07net: dsa: Remove redundant MDB dump supportArkadi Sharshevsky3-16/+0
2017-08-07net: dsa: Remove support for bypass bridge port attributes/vlan setArkadi Sharshevsky3-22/+0
2017-08-07net: dsa: Add support for querying supported bridge flagsArkadi Sharshevsky1-0/+3
2017-08-07net: dsa: Move FDB add/del implementation inside DSAArkadi Sharshevsky3-12/+31
2017-08-07net: dsa: Add support for learning FDB through notificationArkadi Sharshevsky3-2/+139
2017-08-07net: dsa: Remove switchdev dependency from DSA switch notifier chainArkadi Sharshevsky4-20/+23
2017-08-07net: dsa: Remove prepare phase for FDBArkadi Sharshevsky4-18/+8
2017-08-07net: dsa: Change DSA slave FDB API to be switchdev independentArkadi Sharshevsky1-3/+5
2017-08-07xfrm: check that cached bundle is still validFlorian Westphal1-1/+2
2017-08-07net: dsa: remove useless args of dsa_slave_createVivien Didelot4-11/+10
2017-08-07net: dsa: remove useless args of dsa_cpu_dsa_setupVivien Didelot4-12/+9
2017-08-07net: dsa: remove useless argument in legacy setupVivien Didelot1-8/+8