summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-184/+194
2017-06-07Merge 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/kern...David 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-05sit: reload iphdr in ipip6_rcvHaishuang Yan1-0/+1
2017-06-05rxrpc: check return value of skb_to_sgvec alwaysJason A. Donenfeld1-5/+14
2017-06-05ipsec: check return value of skb_to_sgvec alwaysJason A. Donenfeld4-18/+38
2017-06-05skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflowJason A. Donenfeld1-23/+42
2017-06-05net: ping: do not abuse udp_poll()Eric Dumazet3-3/+3
2017-06-05net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli1-1/+3
2017-06-05ipv6: Fix leak in ipv6_gso_segment().David S. Miller1-1/+3
2017-06-05neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"Sowmini Varadhan2-11/+53
2017-06-05net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()Florian Fainelli1-18/+15
2017-06-05net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply}Florian Fainelli1-49/+41
2017-06-05net: dsa: Pass dsa_port reference to ethtool setup/restoreFlorian Fainelli4-8/+10
2017-06-05sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh1-1/+4
2017-06-05rxrpc: remove redundant proc_remove callColin Ian King1-1/+0
2017-06-05dccp: consistently use dccp_write_space()Eric Dumazet1-1/+0
2017-06-05net-procfs: Use vsnprintf extension %phNJoe Perches1-9/+4
2017-06-05ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie1-0/+3
2017-06-05net/sched: cls_flower: add support for matching on ip tos and ttlOr Gerlitz1-2/+37
2017-06-05net/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
2017-06-02tcp: disallow cwnd undo when switching congestion controlYuchung Cheng1-0/+1
2017-06-02ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2-0/+4
2017-06-02sctp: merge sctp_stream_new and sctp_stream_initXin Long3-24/+15
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long9-68/+63
2017-06-02Merge tag 'mac80211-for-davem-2017-06-02' of git://git.kernel.org/pub/scm/lin...David S. Miller6-101/+72
2017-06-02net: dsa: Move dsa_switch_{suspend,resume} out of legacy.cFlorian Fainelli2-47/+47
2017-06-02net: dsa: factor skb freeing on xmitVivien Didelot9-39/+16
2017-06-02net: dsa: remove out_drop label in taggers rcvVivien Didelot6-42/+24
2017-06-02net: dsa: do not cast dstVivien Didelot2-2/+2
2017-06-02net: dsa: comment hot path requirementsVivien Didelot1-0/+1
2017-06-01mac80211: fix dropped counter in multiqueue RXJohannes Berg1-1/+1
2017-06-01net: bridge: start hello timer only if device is upNikolay Aleksandrov1-1/+2
2017-06-01net: dsa: make function ksz_rcv staticColin Ian King1-2/+3
2017-06-01netlink: don't send unknown nsidNicolas Dichtel1-1/+3
2017-06-01ipv4: route: restore skb_dst_set in inet_rtm_getrouteRoopa Prabhu1-3/+4
2017-06-01dsa: add support for Microchip KSZ tail taggingWoojung Huh5-0/+111