aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-27Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-1/+1
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
2016-11-25net: filter: run cgroup eBPF ingress programsDaniel Mack1-0/+4
2016-11-25bpf: add new prog type for cgroup socket filteringDaniel Mack1-0/+23
2016-11-25Merge tag 'linux-can-fixes-for-4.9-20161123' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller1-8/+10
2016-11-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller5-7/+29
2016-11-24net sched filters: fix filter handle ID in tfilter_notify_chain()Roman Mashak1-1/+1
2016-11-24ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli1-0/+4
2016-11-24devlink: Add E-Switch inline mode controlRoi Dayan1-19/+51
2016-11-24net: Add net-device param to the get offloaded stats ndoOr Gerlitz1-2/+2
2016-11-24tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet2-12/+14
2016-11-24udplite: call proper backlog handlersEric Dumazet6-6/+6
2016-11-24ipv6: bump genid when the IFA_F_TENTATIVE flag is clearPaolo Abeni1-6/+12
2016-11-24VSOCK: add loopback to virtio_transportStefan Hajnoczi1-0/+56
2016-11-23net: revert "net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit"WANG Cong1-1/+1
2016-11-23rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()Zhang Shengju1-1/+1
2016-11-23can: bcm: fix support for CAN FD framesOliver Hartkopp1-8/+10
2016-11-22Bluetooth: Fix using the correct source address typeJohan Hedberg5-7/+29
2016-11-22flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller27-113/+321
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-103/+278
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal7-6/+18
2016-11-21tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal5-1/+55
2016-11-21bridge: mcast: add MLDv2 querier supportNikolay Aleksandrov4-22/+112
2016-11-21bridge: mcast: add IGMPv3 query supportNikolay Aleksandrov4-18/+97
2016-11-21tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal1-1/+3
2016-11-21net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmitGao Feng1-1/+1
2016-11-21udp: avoid one cache line miss in recvmsg()Eric Dumazet2-2/+4
2016-11-19tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy1-47/+1
2016-11-19rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju1-1/+1
2016-11-19net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan2-2/+2
2016-11-19net: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan1-1/+1
2016-11-19l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2-4/+6
2016-11-19Merge tag 'batadv-next-for-davem-20161119' of git://git.open-mesh.org/linux-mergeDavid S. Miller9-115/+445
2016-11-19Merge tag 'batadv-net-for-davem-20161119' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-0/+2
2016-11-19af_packet: Use virtio_net_hdr_from_skb() directly.Jarno Rajahalme1-12/+4
2016-11-19af_packet: Use virtio_net_hdr_to_skb().Jarno Rajahalme1-48/+3
2016-11-19virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme1-2/+0
2016-11-18Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-10/+28
2016-11-18rtnetlink: fix FDB size computationSabrina Dubroca1-1/+4
2016-11-18Merge tag 'mac80211-for-davem-2016-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller6-6/+99
2016-11-18af_unix: conditionally use freezable blocking calls in readWANG Cong1-6/+11
2016-11-18ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju1-0/+6
2016-11-18ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju1-0/+87