summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | net: switchdev: Change notifier chain to be atomicArkadi Sharshevsky2017-06-081-24/+6Star
* | | | | net: bridge: Add support for calling FDB external learning under rcuArkadi Sharshevsky2017-06-083-4/+8
* | | | | net: bridge: Add support for offloading port attributesArkadi Sharshevsky2017-06-083-21/+119
* | | | | net: dsa: add CPU and DSA ports as VLAN membersVivien Didelot2017-06-081-0/+3
* | | | | net: dsa: check VLAN capability of every switchVivien Didelot2017-06-081-10/+17
* | | | | Merge tag 'rxrpc-rewrite-20170607-v2' of git://git.kernel.org/pub/scm/linux/k...David S. Miller2017-06-084-46/+130
|\ \ \ \ \
| * | | | | rxrpc: Provide a cmsg to specify the amount of Tx data for a callDavid Howells2017-06-074-4/+61
| * | | | | rxrpc: Consolidate sendmsg parametersDavid Howells2017-06-071-42/+41Star
| * | | | | rxrpc: Provide a getsockopt call to query what cmsgs types are supportedDavid Howells2017-06-071-1/+29
| | |_|/ / | |/| | |
* | | | | net: qrtr: Inform open sockets about new controllerBjorn Andersson2017-06-081-0/+24
* | | | | net: qrtr: Broadcast DEL_CLIENT message when endpoint is closedBjorn Andersson2017-06-081-0/+28
* | | | | net: qrtr: Inject BYE on remote terminationBjorn Andersson2017-06-081-0/+27
* | | | | net: qrtr: Refactor packet allocationBjorn Andersson2017-06-081-6/+19
* | | | | tcp: add TCPMemoryPressuresChrono counterEric Dumazet2017-06-087-8/+50
* | | | | tcp: Namespaceify sysctl_tcp_timestampsEric Dumazet2017-06-088-27/+33
* | | | | tcp: Namespaceify sysctl_tcp_window_scalingEric Dumazet2017-06-085-12/+12
* | | | | tcp: Namespaceify sysctl_tcp_sackEric Dumazet2017-06-086-14/+15
* | | | | tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-084-11/+15
* | | | | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-086-19/+29
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-0731-184/+194
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-0629-179/+186
| |\ \ \
| | * | | net: bridge: fix a null pointer dereference in br_afspecNikolay Aleksandrov2017-06-061-1/+1
| | * | | net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines2017-06-061-1/+5
| | * | | Revert "sit: reload iphdr in ipip6_rcv"David S. Miller2017-06-061-1/+0Star
| | * | | devlink: fix potential memort leakHaishuang Yan2017-06-051-2/+6
| | * | | sit: reload iphdr in ipip6_rcvHaishuang Yan2017-06-051-0/+1
| | * | | net: ping: do not abuse udp_poll()Eric Dumazet2017-06-053-3/+3
| | * | | net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli2017-06-051-1/+3
| | * | | ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-06-051-1/+3
| | * | | sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh2017-06-051-1/+4
| | * | | ip6_tunnel: fix traffic class routing for tunnelsLiam McBirnie2017-06-051-0/+3
| | * | | tcp: disallow cwnd undo when switching congestion controlYuchung Cheng2017-06-021-0/+1
| | * | | ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2017-06-022-0/+4
| | * | | Merge tag 'mac80211-for-davem-2017-06-02' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-06-026-101/+72Star
| | |\ \ \
| | | * | | mac80211: fix dropped counter in multiqueue RXJohannes Berg2017-06-011-1/+1
| | | * | | mac80211: fix TX aggregation start/stop callback raceJohannes Berg2017-05-305-100/+71Star
| | * | | | net: dsa: Move dsa_switch_{suspend,resume} out of legacy.cFlorian Fainelli2017-06-022-47/+47
| | * | | | net: bridge: start hello timer only if device is upNikolay Aleksandrov2017-06-011-1/+2
| | * | | | netlink: don't send unknown nsidNicolas Dichtel2017-06-011-1/+3
| | * | | | mpls: fix clearing of dead nh_flags on link upRoopa Prabhu2017-05-311-1/+1
| | * | | | tcp: reinitialize MTU probing when setting MSS in a TCP repairDouglas Caetano dos Santos2017-05-311-2/+4
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-05-304-16/+24
| | |\ \ \ \
| | | * | | | netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang2017-05-241-1/+6
| | | * | | | netfilter: nat: use atomic bit op to clear the _SRC_NAT_DONE_BITLiping Zhang2017-05-231-1/+1
| | | * | | | netfilter: nft_set_rbtree: handle element re-addition after deletionPablo Neira Ayuso2017-05-231-11/+11
| | | * | | | netfilter: conntrack: fix false CRC32c mismatch using paged skbDavide Caratti2017-05-231-3/+6
| * | | | | | Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-06-042-5/+8
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()NeilBrown2017-05-311-1/+6
| | * | | | | xprtrdma: Delete an error message for a failed memory allocation in xprt_rdma...Markus Elfring2017-05-241-4/+2Star
* | | | | | | net: sched: introduce a TRAP control actionJiri Pirko2017-06-0614-0/+15