summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-304-4/+44
* tcp: export sender limits chronographs to TCP_INFOFrancis Yan2016-11-301-0/+20
* tcp: instrument how long TCP is limited by insufficient send bufferFrancis Yan2016-11-303-3/+24
* tcp: instrument how long TCP is limited by receive windowFrancis Yan2016-11-301-2/+9
* tcp: instrument how long TCP is busy sendingFrancis Yan2016-11-302-3/+19
* tcp: instrument tcp sender limits chronographsFrancis Yan2016-11-301-0/+30
* bpf: reuse dev_is_mac_header_xmit for redirectDaniel Borkmann2016-11-272-24/+5
* bpf: drop useless bpf_fd member from cls/actDaniel Borkmann2016-11-272-15/+1
* Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller2016-11-271-1/+1
|\
| * wireless: fix bogus maybe-uninitialized warningArnd Bergmann2016-11-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-2619-37/+69
|\ \
| * | tipc: resolve connection flow control compatibility problemJon Paul Maloy2016-11-251-1/+1
| * | net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar2016-11-251-0/+1
| * | tipc: improve sanity check for received domain recordsJon Paul Maloy2016-11-251-5/+5
| * | tipc: fix compatibility bug in link monitoringJon Paul Maloy2016-11-251-2/+3
| * | Merge tag 'linux-can-fixes-for-4.9-20161123' of git://git.kernel.org/pub/scm/...David S. Miller2016-11-251-8/+10
| |\ \
| | * | can: bcm: fix support for CAN FD framesOliver Hartkopp2016-11-231-8/+10
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-11-245-7/+29
| |\ \ \
| | * | | Bluetooth: Fix using the correct source address typeJohan Hedberg2016-11-225-7/+29
| | |/ /
| * | | net sched filters: fix filter handle ID in tfilter_notify_chain()Roman Mashak2016-11-241-1/+1
| * | | udplite: call proper backlog handlersEric Dumazet2016-11-246-6/+6
| * | | ipv6: bump genid when the IFA_F_TENTATIVE flag is clearPaolo Abeni2016-11-241-6/+12
| * | | net: revert "net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmit"WANG Cong2016-11-231-1/+1
| * | | rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()Zhang Shengju2016-11-231-1/+1
| |/ /
| * | flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet2016-11-221-1/+1
* | | net: properly flush delay-freed skbsEric Dumazet2016-11-251-2/+3
* | | net: ipv4, ipv6: run cgroup eBPF egress programsDaniel Mack2016-11-252-2/+33
* | | net: filter: run cgroup eBPF ingress programsDaniel Mack2016-11-251-0/+4
* | | bpf: add new prog type for cgroup socket filteringDaniel Mack2016-11-251-0/+23
* | | ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli2016-11-241-0/+4
* | | devlink: Add E-Switch inline mode controlRoi Dayan2016-11-241-19/+51
* | | net: Add net-device param to the get offloaded stats ndoOr Gerlitz2016-11-241-2/+2
* | | tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet2016-11-242-12/+14
* | | VSOCK: add loopback to virtio_transportStefan Hajnoczi2016-11-241-0/+56
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-2227-113/+321
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-2123-103/+278
| |\ \
| | * | tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal2016-11-211-1/+3
| | * | net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmitGao Feng2016-11-211-1/+1
| | * | tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy2016-11-191-47/+1
| | * | rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju2016-11-191-1/+1
| | * | l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2016-11-192-4/+6
| | * | Merge tag 'batadv-net-for-davem-20161119' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-11-192-0/+2
| | |\ \
| | | * | batman-adv: Detect missing primaryif during tp_send as errorSven Eckelmann2016-11-041-0/+1
| | | * | batman-adv: Revert "fix splat on disabling an interface"Sven Eckelmann2016-11-041-0/+1
| | * | | rtnetlink: fix FDB size computationSabrina Dubroca2016-11-181-1/+4
| | * | | Merge tag 'mac80211-for-davem-2016-11-18' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-11-186-6/+99
| | |\ \ \
| | | * | | cfg80211: limit scan results cache sizeJohannes Berg2016-11-182-0/+70
| | | * | | mac80211: fix A-MSDU aggregation with fast-xmit + txqFelix Fietkau2016-11-151-1/+5
| | | * | | mac80211: remove bogus skb vif assignmentFelix Fietkau2016-11-151-3/+0
| | | * | | mac80211: update A-MPDU flag on tx dequeueFelix Fietkau2016-11-151-0/+5