summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-11-30netlink: Call cb->done from a worker threadHerbert Xu2-4/+25
2016-11-30net/sched: pedit: make sure that offset is validAmir Vadai1-4/+20
2016-11-29netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal2-3/+3
2016-11-29net: dsa: fix unbalanced dsa_switch_tree reference countingNikita Yushchenko1-1/+3
2016-11-29net: 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, sched: respect rcu grace period on cls destructionDaniel Borkmann8-21/+31
2016-11-28bpf: reuse dev_is_mac_header_xmit for redirectDaniel Borkmann2-24/+5
2016-11-28bpf: drop useless bpf_fd member from cls/actDaniel Borkmann2-15/+1
2016-11-28tipc: fix link statistics counter errorsJon Paul Maloy1-16/+19
2016-11-28Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller1-1/+1
2016-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-8/+39
2016-11-28net: dsa: fix fixed-link-phy device leaksJohan Hovold1-1/+4
2016-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-37/+69
2016-11-26tipc: resolve connection flow control compatibility problemJon Paul Maloy1-1/+1
2016-11-26net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar1-0/+1
2016-11-26tipc: improve sanity check for received domain recordsJon Paul Maloy1-5/+5
2016-11-26tipc: fix compatibility bug in link monitoringJon Paul Maloy1-2/+3
2016-11-26net: properly flush delay-freed skbsEric Dumazet1-2/+3
2016-11-26net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack2-2/+33
2016-11-26net: filter: run cgroup eBPF ingress programsDaniel Mack1-0/+4
2016-11-26bpf: add new prog type for cgroup socket filteringDaniel Mack1-0/+23
2016-11-26Merge tag 'linux-can-fixes-for-4.9-20161123' of git://git.kernel.org/pub/scm/...David S. Miller1-8/+10
2016-11-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller5-7/+29
2016-11-25net sched filters: fix filter handle ID in tfilter_notify_chain()Roman Mashak1-1/+1
2016-11-25ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli1-0/+4
2016-11-25devlink: Add E-Switch inline mode controlRoi Dayan1-19/+51
2016-11-25net: 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-24netfilter: nft_range: add the missing NULL pointer checkLiping Zhang1-0/+6
2016-11-24netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen1-5/+9
2016-11-24netfilter: nat: switch to new rhlist interfaceFlorian Westphal1-16/+24
2016-11-24netfilter: nat: fix cmp return valueFlorian Westphal1-3/+6
2016-11-24netfilter: nft_hash: validate maximum value of u32 netlink hash attributeLaura Garcia Liebana1-2/+5
2016-11-24netfilter: Update nf_send_reset6 to consider L3 domainDavid Ahern1-0/+1
2016-11-24netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern1-1/+4
2016-11-24net: revert "net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit"WANG Cong1-1/+1
2016-11-24rtnetlink: 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-23flowcache: Increase threshold for refusing new allocationsMiroslav Urbanek1-4/+2
2016-11-23Bluetooth: 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-22Merge 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