summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: remove sctp_assoc_pending_pmtuMarcelo Ricardo Leitner2018-04-271-2/+4
* sctp: introduce sctp_assoc_update_frag_pointMarcelo Ricardo Leitner2018-04-273-19/+19
* sctp: introduce sctp_mtu_payloadMarcelo Ricardo Leitner2018-04-272-20/+12Star
* sctp: introduce sctp_assoc_set_pmtuMarcelo Ricardo Leitner2018-04-272-9/+14
* sctp: remove an if() that is always trueMarcelo Ricardo Leitner2018-04-271-4/+2Star
* sctp: move transport pathmtu calc away of sctp_assoc_add_peerMarcelo Ricardo Leitner2018-04-272-10/+7Star
* tcp: remove mss check in tcp_select_initial_window()Wei Wang2018-04-271-5/+3Star
* net/smc: handle sockopt TCP_DEFER_ACCEPTUrsula Braun2018-04-274-2/+31
* net/smc: sockopts TCP_NODELAY and TCP_CORKUrsula Braun2018-04-272-4/+40
* net/smc: handle sockopts forcing fallbackUrsula Braun2018-04-271-4/+50
* net/smc: fix structure sizeKarsten Graul2018-04-272-2/+2
* net: Fix coccinelle warningKirill Tkhai2018-04-271-1/+1
* bridge: use hlist_entry_safeYueHaibing2018-04-271-2/+1Star
* net: dsa: Allow providing PHY statistics from CPU portFlorian Fainelli2018-04-272-5/+99
* net: dsa: Add helper function to obtain PHY device of a given portFlorian Fainelli2018-04-271-11/+22
* net: dsa: Pass stringset to ethtool operationsFlorian Fainelli2018-04-272-10/+16
* net: dsa: Do not check for ethtool_ops validityFlorian Fainelli2018-04-271-3/+3
* net: Allow network devices to have PHY statisticsFlorian Fainelli2018-04-271-18/+21
* net: Move PHY statistics code into PHY library helpersFlorian Fainelli2018-04-271-30/+8Star
* l2tp: consistent reference counting in procfs and debufsGuillaume Nault2018-04-272-15/+26
* tipc: introduce ioctl for fetching node identityJon Maloy2018-04-273-2/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-272-1/+51
|\
| * bpf: fix xdp_generic for bpf_adjust_tail usecaseNikita V. Shirokov2018-04-261-1/+3
| * bpf: add helper for getting xfrm statesEyal Birger2018-04-241-0/+48
* | udp: add gso support to virtual devicesWillem de Bruijn2018-04-261-0/+1
* | udp: add gso segment cmsgWillem de Bruijn2018-04-262-3/+46
* | udp: paged allocation with gsoWillem de Bruijn2018-04-262-9/+25
* | udp: better wmem accounting on gsoWillem de Bruijn2018-04-261-1/+15
* | udp: generate gso with UDP_SEGMENTWillem de Bruijn2018-04-264-11/+60
* | udp: add udp gsoWillem de Bruijn2018-04-264-4/+76
* | udp: expose inet cork to udpWillem de Bruijn2018-04-264-21/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-263-5/+3Star
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-261-0/+1
| |\ \
| | * | bpf: clear the ip_tunnel_info.William Tu2018-04-251-0/+1
| * | | rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes2018-04-251-1/+2
| * | | net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun2018-04-251-4/+0Star
* | | | sctp: remove the unused sctp_assoc_is_match functionXin Long2018-04-251-25/+0Star
* | | | net: rules: Move l3mdev attribute validation to a helperDavid Ahern2018-04-251-10/+24
* | | | sctp: fix identification of new acks for SFR-CACCMarcelo Ricardo Leitner2018-04-251-25/+23Star
* | | | sctp: fix const parameter violation in sctp_make_sackMarcelo Ricardo Leitner2018-04-251-5/+4Star
* | | | neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu2018-04-251-1/+7
* | | | ipv6: addrconf: don't evaluate keep_addr_on_down twiceIvan Vecera2018-04-251-13/+10Star
* | | | ipv6: sr: Compute flowlabel for outer IPv6 header of seg6 encap modeAhmed Abdelsalam2018-04-252-2/+30
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-2523-223/+347
|\| | |
| * | | packet: fix bitfield update raceWillem de Bruijn2018-04-242-21/+49
| * | | l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault2018-04-241-0/+7
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-04-2310-171/+200
| |\ \
| | * | netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2Pablo Neira Ayuso2018-04-191-16/+22
| | * | netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_updateTaehee Yoo2018-04-191-1/+1
| | * | netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso2018-04-191-27/+28