aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-08net: dsa: add CPU and DSA ports as VLAN membersVivien Didelot1-0/+3
2017-06-08net: dsa: check VLAN capability of every switchVivien Didelot1-10/+17
2017-06-08Merge tag 'rxrpc-rewrite-20170607-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller4-46/+130
2017-06-08net: qrtr: Inform open sockets about new controllerBjorn Andersson1-0/+24
2017-06-08net: qrtr: Broadcast DEL_CLIENT message when endpoint is closedBjorn Andersson1-0/+28
2017-06-08net: qrtr: Inject BYE on remote terminationBjorn Andersson1-0/+27
2017-06-08net: qrtr: Refactor packet allocationBjorn Andersson1-6/+19
2017-06-08tcp: add TCPMemoryPressuresChrono counterEric Dumazet7-8/+50
2017-06-08tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet8-27/+33
2017-06-08tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet5-12/+12
2017-06-08tcp: Namespaceify sysctl_tcp_sackEric Dumazet6-14/+15
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet4-11/+15
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko6-19/+29
2017-06-07rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells4-4/+61
2017-06-07rxrpc: Consolidate sendmsg parametersDavid Howells1-42/+41
2017-06-07rxrpc: Provide a getsockopt call to query what cmsgs types are supportedDavid Howells1-1/+29
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-184/+194
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds29-179/+186
2017-06-06net: bridge: fix a null pointer dereference in br_afspecNikolay Aleksandrov1-1/+1
2017-06-06net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines1-1/+5
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko14-0/+15
2017-06-06Merge tag 'rxrpc-rewrite-20170606' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller15-51/+180
2017-06-06Revert "sit: reload iphdr in ipip6_rcv"David S. Miller1-1/+0
2017-06-05devlink: fix potential memort leakHaishuang Yan1-2/+6
2017-06-05net: sched: select cls when cls_act is enabledJiri Pirko1-0/+1
2017-06-05rxrpc: Add service upgrade support for client connectionsDavid Howells5-12/+74
2017-06-05rxrpc: Implement service upgradeDavid Howells4-4/+42
2017-06-05rxrpc: Permit multiple service bindingDavid Howells5-24/+47
2017-06-05rxrpc: Separate the connection's protocol service ID from the lookup IDDavid Howells10-13/+19
2017-06-04sit: reload iphdr in ipip6_rcvHaishuang Yan1-0/+1
2017-06-04rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-5/+14
2017-06-04ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld4-18/+38
2017-06-04skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld1-23/+42
2017-06-04net: ping: do not abuse udp_poll()Eric Dumazet3-3/+3
2017-06-04net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli1-1/+3
2017-06-04ipv6: Fix leak in ipv6_gso_segment().David S. Miller1-1/+3
2017-06-04neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan2-11/+53
2017-06-04net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()Florian Fainelli1-18/+15
2017-06-04net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply}Florian Fainelli1-49/+41
2017-06-04net: dsa: Pass dsa_port reference to ethtool setup/restoreFlorian Fainelli4-8/+10
2017-06-04sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh1-1/+4
2017-06-04rxrpc: remove redundant proc_remove callColin Ian King1-1/+0
2017-06-04dccp: consistently use dccp_write_space()Eric Dumazet1-1/+0
2017-06-04net-procfs: Use vsnprintf extension %phNJoe Perches1-9/+4
2017-06-04ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie1-0/+3
2017-06-04net/sched: cls_flower: add support for matching on ip tos and ttlOr Gerlitz1-2/+37
2017-06-04net/flow_dissector: add support for dissection of misc ip header fieldsOr Gerlitz1-0/+40
2017-06-04Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-5/+8
2017-06-02tcp: remove unnecessary skb_reset_tail_pointer()Eric Dumazet1-4/+2
2017-06-02tcp: use TS opt on RTTs for congestion controlYuchung Cheng1-7/+8