summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-05-18batman-adv: Fix integer overflow in batadv_iv_ogm_calc_tqSven Eckelmann1-2/+3
2016-05-18batman-adv: make sure ELP/OGM orig MAC is updated on address changeAntonio Quartulli1-4/+22
2016-05-18batman-adv: Fix unexpected free of bcast_own on add_if errorSven Eckelmann1-3/+1
2016-05-18batman-adv: Fix refcnt leak in batadv_v_neigh_*Sven Eckelmann1-7/+25
2016-05-18batman-adv: Avoid nullptr derefence in batadv_v_neigh_is_sobSven Eckelmann1-0/+4
2016-05-18batman-adv: fix skb deref after freeFlorian Westphal1-1/+3
2016-05-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds365-7855/+13259
2016-05-18Merge branch 'work.const-path' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2016-05-17SUNRPC: Ensure get_rpccred() and put_rpccred() can take NULL argumentsTrond Myklebust1-2/+3
2016-05-17xprtrdma: Remove qplockChuck Lever2-4/+0
2016-05-17xprtrdma: Faster server reboot recoveryChuck Lever1-1/+11
2016-05-17xprtrdma: Remove ro_unmap() from all registration modesChuck Lever4-88/+0
2016-05-17xprtrdma: Add ro_unmap_safe memreg methodChuck Lever6-19/+150
2016-05-17xprtrdma: Refactor __fmr_dma_unmap()Chuck Lever1-5/+2
2016-05-17xprtrdma: Move fr_xprt and fr_worker to struct rpcrdma_mwChuck Lever2-7/+7
2016-05-17xprtrdma: Refactor the FRWR recovery workerChuck Lever1-9/+16
2016-05-17xprtrdma: Reset MRs in frwr_op_unmap_sync()Chuck Lever1-38/+60
2016-05-17xprtrdma: Save I/O direction in struct rpcrdma_frwrChuck Lever2-3/+4
2016-05-17xprtrdma: Rename rpcrdma_frwr::sg and sg_nentsChuck Lever2-20/+20
2016-05-17xprtrdma: Use core ib_drain_qp() APIChuck Lever1-35/+6
2016-05-17xprtrdma: Remove rpcrdma_create_chunks()Chuck Lever1-151/+0
2016-05-17xprtrdma: Allow Read list and Reply chunk simultaneouslyChuck Lever2-60/+272
2016-05-17xprtrdma: Update comments in rpcrdma_marshal_req()Chuck Lever1-14/+4
2016-05-17xprtrdma: Avoid using Write list for small NFS READ requestsChuck Lever1-4/+5
2016-05-17xprtrdma: Prevent inline overflowChuck Lever5-11/+90
2016-05-17xprtrdma: Limit number of RDMA segments in RPC-over-RDMA headersChuck Lever5-26/+23
2016-05-17xprtrdma: Bound the inline threshold valuesChuck Lever1-0/+6
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever5-0/+41
2016-05-17Merge tag 'net-next-qcom-soc-4.7-2-merge' of git://github.com/andersson/kernelDavid S. Miller1-3/+6
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-05-17switchdev: pass pointer to fib_info instead of copyJiri Pirko1-4/+2
2016-05-17net_sched: close another race condition in tcf_mirred_release()WANG Cong1-2/+3
2016-05-17tipc: fix nametable publication field in nl compatRichard Alpe1-1/+1
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro64-374/+682
2016-05-17netlink: Fix dump skb leak/double freeHerbert Xu1-2/+5
2016-05-17tipc: check nl sock before parsing nested attributesRichard Alpe1-0/+3
2016-05-17fq_codel: fix memory limitation driftEric Dumazet1-1/+2
2016-05-16net: also make sch_handle_egress() drop monitor readyDaniel Borkmann1-3/+3
2016-05-16net/hsr: Use setup_timer and mod_timer.Muhammad Falak R Wani1-8/+3
2016-05-16Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-2/+2
2016-05-16bpf: add generic constant blinding for use in jitsDaniel Borkmann2-2/+14
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann1-1/+5
2016-05-16bpf: split HAVE_BPF_JIT into cBPF and eBPF variantDaniel Borkmann1-3/+11
2016-05-16bpf: minor cleanups in ebpf codeDaniel Borkmann1-19/+15
2016-05-16tcp: minor optimizations around tcp_hdr() usageEric Dumazet3-22/+20
2016-05-16sock: propagate __sock_cmsg_send() errorEric Dumazet2-4/+6
2016-05-16net: qrtr: fix build problemsArnd Bergmann2-2/+4
2016-05-16net/sched: cls_flower: Hardware offloaded filters statistics supportAmir Vadai1-0/+21
2016-05-16net/sched: act_gact: Update statistics when offloaded to hardwareAmir Vadai1-0/+15