summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-07-131-2/+2
* sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-07-131-1/+1
* sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-07-132-6/+7
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-07-131-4/+2Star
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-07-131-3/+6
* sunrpc: properly type pc_release callbacksChristoph Hellwig2017-07-131-4/+4
* sunrpc: properly type pc_func callbacksChristoph Hellwig2017-07-131-1/+1
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-07-134-13/+14
* sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-07-134-8/+16
* sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig2017-07-133-3/+4
* sunrpc: fix decoder callback prototypesChristoph Hellwig2017-07-131-12/+15
* sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig2017-07-131-1/+2
* sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig2017-07-133-7/+8
* sunrpc: fix encoder callback prototypesChristoph Hellwig2017-07-131-11/+13
* sunrpc: properly type argument to kxdreproc_tChristoph Hellwig2017-07-131-1/+2
* 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
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-2624-114/+126
|\ \ \ \
| * | | | ipv4: add reference counting to metricsEric Dumazet2017-05-263-17/+33
| * | | | ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-05-262-14/+20
| * | | | sctp: fix ICMP processing if skb is non-linearDavide Caratti2017-05-261-7/+9
| * | | | net: llc: add lock_sock in llc_ui_bind to avoid a race conditionlinzhang2017-05-261-0/+3
| * | | | bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann2017-05-251-0/+1