summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2017-06-08net: dsa: check VLAN capability of every switchVivien Didelot-10/+17
2017-06-08Merge tag 'rxrpc-rewrite-20170607-v2' of git://git.kernel.org/pub/scm/linux/k...David S. Miller-46/+130
2017-06-08net: qrtr: Inform open sockets about new controllerBjorn Andersson-0/+24
2017-06-08net: qrtr: Broadcast DEL_CLIENT message when endpoint is closedBjorn Andersson-0/+28
2017-06-08net: qrtr: Inject BYE on remote terminationBjorn Andersson-0/+27
2017-06-08net: qrtr: Refactor packet allocationBjorn Andersson-6/+19
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet-8/+50
2017-06-08net: ipv6: Release route when device is unregisteringDavid Ahern-0/+1
2017-06-08net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval-1/+2
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet-27/+33
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet-12/+12
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet-14/+15
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet-11/+15
2017-06-08decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk-1/+3
2017-06-08Revert "decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_...David S. Miller-3/+1
2017-06-08decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skbMateusz Jurczyk-1/+3
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko-19/+29
2017-06-08mac80211: manage RX BA session offload without SKB queueJohannes Berg-73/+29
2017-06-08Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg-2457/+4302
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller-45/+48
2017-06-07net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko-1/+2
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells-4/+61
2017-06-07rxrpc: Consolidate sendmsg parametersDavid Howells-42/+41
2017-06-07rxrpc: Provide a getsockopt call to query what cmsgs types are supportedDavid Howells-1/+29
2017-06-07xfrm: add UDP encapsulation port in migrate messageAntony Antony-11/+26
2017-06-07xfrm: extend MIGRATE with UDP encapsulation portAntony Antony-15/+30
2017-06-07xfrm: fix xfrm_dev_event() missing when compile without CONFIG_XFRM_OFFLOADHangbin Liu-2/+3
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-184/+194
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-179/+186
2017-06-06net: bridge: fix a null pointer dereference in br_afspecNikolay Aleksandrov-1/+1
2017-06-06net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines-1/+5
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko-0/+15
2017-06-06Merge tag 'rxrpc-rewrite-20170606' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller-51/+180
2017-06-06Revert "sit: reload iphdr in ipip6_rcv"David S. Miller-1/+0
2017-06-05devlink: fix potential memort leakHaishuang Yan-2/+6
2017-06-05net: sched: select cls when cls_act is enabledJiri Pirko-0/+1
2017-06-05rxrpc: Add service upgrade support for client connectionsDavid Howells-12/+74
2017-06-05rxrpc: Implement service upgradeDavid Howells-4/+42
2017-06-05rxrpc: Permit multiple service bindingDavid Howells-24/+47
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells-13/+19
2017-06-04sit: reload iphdr in ipip6_rcvHaishuang Yan-0/+1
2017-06-04rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld-5/+14
2017-06-04ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld-18/+38
2017-06-04skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld-23/+42
2017-06-04net: ping: do not abuse udp_poll()Eric Dumazet-3/+3
2017-06-04net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli-1/+3
2017-06-04ipv6: Fix leak in ipv6_gso_segment().David S. Miller-1/+3
2017-06-04neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan-11/+53
2017-06-04net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()Florian Fainelli-18/+15
2017-06-04net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply}Florian Fainelli-49/+41