summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net-next: dsa: move struct dsa_device_ops to the global header fileJohn Crispin2017-08-091-7/+0
* net: atm: make atmdev_ops constBhumika Goyal2017-08-094-4/+4
* net: ipv6: lower ndisc notifier priority below addrconfDavid Ahern2017-08-091-0/+1
* net: call newid/getid without rtnl mutex heldFlorian Westphal2017-08-091-2/+3
* rtnetlink: add RTNL_FLAG_DOIT_UNLOCKEDFlorian Westphal2017-08-091-0/+15
* rtnetlink: protect handler table with rcuFlorian Westphal2017-08-091-56/+65
* rtnetlink: small rtnl lock pushdownFlorian Westphal2017-08-091-6/+13
* rtnetlink: add reference counting to prevent module unload while dump is in p...Florian Westphal2017-08-091-1/+13
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-0925-93/+93
* rtnetlink: call rtnl_calcit directlyFlorian Westphal2017-08-091-25/+4
* bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann2017-08-091-4/+17
* sock: fix zerocopy panic in mem accountingWillem de Bruijn2017-08-091-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-0911-65/+112
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-0913-67/+114
| |\
| | * net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-083-3/+3
| | * rds: Reintroduce statistics countingHåkon Bugge2017-08-081-1/+4
| | * tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet2017-08-081-0/+4
| | * net: sched: set xt_tgchk_param par.net properly in ipt_init_targetXin Long2017-08-081-10/+10
| | * tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2017-08-032-18/+16
| | * tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell2017-08-031-9/+5
| | * tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-08-031-4/+1
| | * ipv6: set rt6i_protocol properly in the route when it is installedXin Long2017-08-031-8/+3
| | * net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet2017-08-031-1/+2
| | * Merge tag 'batadv-net-for-davem-20170802' of git://git.open-mesh.org/linux-mergeDavid S. Miller2017-08-032-9/+53
| | |\
| | | * batman-adv: fix TT sync flag inconsistenciesLinus Lüssing2017-07-312-9/+53
| | * | tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-08-021-2/+2
| | * | gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den2017-08-011-0/+1
| | * | Cipso: cipso_v4_optptr enter infinite loopyujuan.qi2017-08-011-2/+10
* | | | net: ipv6: avoid overhead when no custom FIB rules are installedVincent Bernat2017-08-082-13/+28
* | | | net_sched: get rid of some forward declarationsWANG Cong2017-08-081-111/+103
* | | | net: dsa: lan9303: Only allocate 3 portsEgil Hjelmeland2017-08-081-2/+1
* | | | net: switchdev: Remove bridge bypass support from switchdevArkadi Sharshevsky2017-08-071-435/+0
* | | | net: bridge: Remove FDB deletion through switchdev objectArkadi Sharshevsky2017-08-071-18/+0
* | | | net: dsa: Move FDB dump implementation inside DSAArkadi Sharshevsky2017-08-074-119/+78
* | | | net: dsa: Remove redundant MDB dump supportArkadi Sharshevsky2017-08-073-16/+0
* | | | net: dsa: Remove support for bypass bridge port attributes/vlan setArkadi Sharshevsky2017-08-073-22/+0
* | | | net: dsa: Add support for querying supported bridge flagsArkadi Sharshevsky2017-08-071-0/+3
* | | | net: dsa: Move FDB add/del implementation inside DSAArkadi Sharshevsky2017-08-073-12/+31
* | | | net: dsa: Add support for learning FDB through notificationArkadi Sharshevsky2017-08-073-2/+139
* | | | net: dsa: Remove switchdev dependency from DSA switch notifier chainArkadi Sharshevsky2017-08-074-20/+23
* | | | net: dsa: Remove prepare phase for FDBArkadi Sharshevsky2017-08-074-18/+8
* | | | net: dsa: Change DSA slave FDB API to be switchdev independentArkadi Sharshevsky2017-08-071-3/+5
* | | | xfrm: check that cached bundle is still validFlorian Westphal2017-08-071-1/+2
* | | | net: dsa: remove useless args of dsa_slave_createVivien Didelot2017-08-074-11/+10
* | | | net: dsa: remove useless args of dsa_cpu_dsa_setupVivien Didelot2017-08-074-12/+9
* | | | net: dsa: remove useless argument in legacy setupVivien Didelot2017-08-071-8/+8
* | | | ipv6: sr: implement several seg6local actionsDavid Lebrun2017-08-071-0/+271
* | | | ipv6: sr: add rtnetlink functions for seg6local action parametersDavid Lebrun2017-08-071-18/+193
* | | | ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun2017-08-075-2/+330
* | | | ipv6: sr: export SRH insertion functionsDavid Lebrun2017-08-072-20/+4