summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-314-6/+9
* net/xprtrdma: Restore needed argument to ib_post_sendJason Gunthorpe2018-07-261-1/+1
* net/xprtrdma: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-255-10/+6Star
* net/smc: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-253-10/+4Star
* net/smc: Remove a WARN_ON() statementBart Van Assche2018-07-251-1/+0Star
* net/rds: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-252-10/+5Star
* net/rds: Remove two WARN_ON() statementsBart Van Assche2018-07-251-2/+0Star
* net/9p: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-4/+4
* infiniband: i40iw, nes: don't use wall time for TCP sequence numbersArnd Bergmann2018-07-111-0/+1
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-183-3/+3
* net/smc: Replace ib_query_gid with rdma_get_gid_attrParav Pandit2018-06-182-20/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-1642-119/+226
|\
| * neighbour: skip NTF_EXT_LEARNED entries during forced gcRoopa Prabhu2018-06-151-4/+6
| * tls: fix waitall behavior in tls_sw_recvmsgDaniel Borkmann2018-06-151-1/+5
| * tls: fix use-after-free in tls_push_recordDaniel Borkmann2018-06-151-13/+13
| * l2tp: filter out non-PPP sessions in pppol2tp_tunnel_ioctl()Guillaume Nault2018-06-151-1/+1
| * l2tp: reject creation of non-PPP sessions on L2TPv2 tunnelsGuillaume Nault2018-06-151-0/+6
| * ipv6: Only emit append events for appended routesIdo Schimmel2018-06-151-3/+2Star
| * Merge tag 'mac80211-for-davem-2018-06-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-06-153-6/+9
| |\
| | * cfg80211: fix rcu in cfg80211_unregister_wdevDedy Lansky2018-06-151-0/+1
| | * mac80211: Move up init of TXQsToke Høiland-Jørgensen2018-06-151-6/+6
| | * cfg80211: initialize sinfo in cfg80211_get_stationSven Eckelmann2018-06-151-0/+2
| * | rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar2018-06-153-0/+11
| |/
| * l2tp: clean up stale tunnel or session in pppol2tp_connect's error pathGuillaume Nault2018-06-151-0/+10
| * l2tp: prevent pppol2tp_connect() from creating kernel socketsGuillaume Nault2018-06-151-0/+9
| * l2tp: only accept PPP sessions in pppol2tp_connect()Guillaume Nault2018-06-151-0/+6
| * l2tp: fix pseudo-wire type for sessions created by pppol2tp_connect()Guillaume Nault2018-06-151-0/+1
| * tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-06-152-0/+8
| * sctp: define sctp_packet_gso_append to build GSO framesXin Long2018-06-141-10/+18
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-1310-20/+48
| |\
| | * netfilter: nf_conncount: Fix garbage collection with zonesYi-Hung Wei2018-06-122-5/+10
| | * netfilter: xt_connmark: fix list corruption on rmmodFlorian Westphal2018-06-121-1/+1
| | * netfilter: ctnetlink: avoid null pointer dereferenceFlorian Westphal2018-06-121-1/+2
| | * netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo2018-06-121-1/+2
| | * netfilter: nf_tables: close race between netns exit and rmmodFlorian Westphal2018-06-122-3/+15
| | * netfilter: nf_tables: fix module unload raceFlorian Westphal2018-06-122-6/+16
| | * netfilter: nft_dynset: do not reject set updates with NFT_SET_EVALPablo Neira Ayuso2018-06-121-3/+1Star
| | * netfilter: nft_socket: fix module autoloadPablo Neira Ayuso2018-06-121-0/+1
| * | smc: convert to ->poll_maskCong Wang2018-06-131-9/+3Star
| * | Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"Bart Van Assche2018-06-121-14/+1Star
| |/
| * tcp: Do not reload skb pointer after skb_gro_receive().David Miller2018-06-121-2/+0Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-06-121-1/+2
| |\
| | * xsk: silence warning on memory allocation failureBjörn Töpel2018-06-111-1/+2
| * | net/ipv6: Ensure cfg is properly initialized in ipv6_create_tempaddrDavid Ahern2018-06-121-1/+1
| * | tls: fix NULL pointer dereference on pollDaniel Borkmann2018-06-122-11/+10Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-06-1111-19/+54
| |\ \
| | * | netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-06-083-0/+4
| | * | netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()Taehee Yoo2018-06-061-1/+1
| | * | Merge git://blackhole.kfki.hu/nfPablo Neira Ayuso2018-06-062-6/+9
| | |\ \
| | | * | netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot2018-06-061-1/+4