summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-106-15/+19
|\
| * packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-08-101-4/+9
| * udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-103-7/+10
| * net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long2017-08-091-1/+1
| * igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2017-08-092-6/+7
| * tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy2017-08-091-3/+1
* | rtnetlink: fallback to UNSPEC if current family has no doit callbackFlorian Westphal2017-08-101-0/+6
* | rtnetlink: init handler refcounts to 1Florian Westphal2017-08-101-1/+6
* | rtnetlink: switch rtnl_link_get_slave_info_data_size to rcuFlorian Westphal2017-08-101-4/+12
* | rtnetlink: do not use RTM_GETLINK directlyFlorian Westphal2017-08-101-2/+2
* | rtnetlink: use rcu_dereference_raw to silence rcu splatFlorian Westphal2017-08-101-1/+1
* | net: core: fix compile error inside flow_dissector due to new dsa callbackJohn Crispin2017-08-101-0/+2
* | net-next: dsa: fix flow dissectionJohn Crispin2017-08-091-0/+12
* | net-next: tag_mtk: add flow_dissect callback to the ops structJohn Crispin2017-08-091-2/+12
* | 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