aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-11-30bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann2-3/+31
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan4-4/+44
2016-11-30tcp: export sender limits chronographs to TCP_INFOFrancis Yan1-0/+20
2016-11-30tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan3-3/+24
2016-11-30tcp: instrument how long TCP is limited by receive windowFrancis Yan1-2/+9
2016-11-30tcp: instrument how long TCP is busy sendingFrancis Yan2-3/+19
2016-11-30tcp: instrument tcp sender limits chronographsFrancis Yan1-0/+30
2016-11-30ieee802154: check device type[email protected]1-1/+5
2016-11-30esp6: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-11-30esp4: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-11-30xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao1-1/+1
2016-11-29net: dsa: slave: fix fixed-link phydev leaksJohan Hovold1-1/+11
2016-11-29of_mdio: add helper to deregister fixed-link PHYsJohan Hovold1-10/+2
2016-11-29net: dsa: slave: fix of-node leak and phy priorityJohan Hovold1-2/+5
2016-11-29GSO: Reload iph after pskb_may_pullArnaldo Carvalho de Melo1-1/+1
2016-11-29sched: cls_flower: remove from hashtable only in case skip sw flag is not setJiri Pirko1-4/+6
2016-11-29net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet1-5/+7
2016-11-29netlink: Call cb->done from a worker threadHerbert Xu2-4/+25
2016-11-29net/sched: pedit: make sure that offset is validAmir Vadai1-4/+20
2016-11-29xprtrdma: Relocate connection helper functionsChuck Lever3-41/+31
2016-11-29xprtrdma: Update dprintk in rpcrdma_count_chunksChuck Lever1-1/+1
2016-11-29xprtrdma: Shorten QP access error messageChuck Lever1-3/+3
2016-11-29xprtrdma: Squelch "max send, max recv" messages at connect timeChuck Lever1-2/+2
2016-11-29xprtrdma: Update documenting commentChuck Lever1-4/+0
2016-11-29xprtrdma: Refactor FRMR invalidationChuck Lever1-36/+21
2016-11-29xprtrdma: Avoid calls to ro_unmap_safe()Chuck Lever1-2/+4
2016-11-29xprtrdma: Address coverity complaint about wait_for_completion()Chuck Lever1-4/+13
2016-11-29SUNRPC: Proper metric accounting when RPC is not transmittedChuck Lever1-4/+6
2016-11-29xprtrdma: Support for SG_GAP devicesChuck Lever2-7/+14
2016-11-29xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever3-13/+30
2016-11-29xprtrdma: Cap size of callback buffer resourcesChuck Lever1-1/+3
2016-11-29netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal2-3/+3
2016-11-28net: dsa: fix unbalanced dsa_switch_tree reference countingNikita Yushchenko1-1/+3
2016-11-28net: handle no dst on skb in icmp6_sendDavid Ahern1-2/+4
2016-11-28tcp: Set DEFAULT_TCP_CONG to bbr if DEFAULT_BBR is setJulian Wollrath1-0/+1
2016-11-28net/iucv: Use explicit clean up labels in iucv_init()Sebastian Andrzej Siewior1-7/+7
2016-11-28net, sched: respect rcu grace period on cls destructionDaniel Borkmann8-21/+31
2016-11-27bpf: reuse dev_is_mac_header_xmit for redirectDaniel Borkmann2-24/+5
2016-11-27bpf: drop useless bpf_fd member from cls/actDaniel Borkmann2-15/+1
2016-11-27tipc: fix link statistics counter errorsJon Paul Maloy1-16/+19
2016-11-27Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller1-1/+1
2016-11-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-8/+39
2016-11-27net: dsa: fix fixed-link-phy device leaksJohan Hovold1-1/+4
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-37/+69
2016-11-25tipc: resolve connection flow control compatibility problemJon Paul Maloy1-1/+1
2016-11-25net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar1-0/+1
2016-11-25tipc: improve sanity check for received domain recordsJon Paul Maloy1-5/+5
2016-11-25tipc: fix compatibility bug in link monitoringJon Paul Maloy1-2/+3
2016-11-25net: properly flush delay-freed skbsEric Dumazet1-2/+3
2016-11-25net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack2-2/+33