summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add support for reading socket family, type, protocolDavid Ahern2016-12-021-0/+21
* bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-023-1/+81
* net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion2016-12-022-17/+48
* net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion2016-12-021-0/+12
* net/sched: cls_flower: Provide a filter to replace/destroy hardware filter fu...Hadar Hen Zion2016-12-021-16/+11Star
* net/sched: cls_flower: Try to offload only if skip_hw flag isn't setHadar Hen Zion2016-12-021-15/+20
* tcp: allow to turn tcp timestamp randomization offFlorian Westphal2016-12-022-2/+4
* tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-028-15/+29
* sock: reset sk_err for ICMP packets read from error queueSoheil Hassas Yeganeh2016-12-021-4/+13
* bpf: BPF for lightweight tunnel infrastructureThomas Graf2016-12-025-0/+580
* route: Set lwtstate for local traffic and cached input dstsThomas Graf2016-12-021-13/+26
* route: Set orig_output when redirecting to lwt on locally generated trafficThomas Graf2016-12-021-1/+3
* rtnetlink: return the correct error codeZhang Shengju2016-12-011-1/+1
* net: ipv4: Don't crash if passing a null sk to ip_rt_update_pmtu.Lorenzo Colitti2016-11-301-1/+2
* neigh: remove duplicate check for same neighZhang Shengju2016-11-301-10/+5Star
* bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann2016-11-302-3/+31
* 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-282-24/+5Star
* bpf: drop useless bpf_fd member from cls/actDaniel Borkmann2016-11-282-15/+1Star
* Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...David S. Miller2016-11-281-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-2719-37/+69
|\ \
| * | tipc: resolve connection flow control compatibility problemJon Paul Maloy2016-11-261-1/+1
| * | net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar2016-11-261-0/+1
| * | tipc: improve sanity check for received domain recordsJon Paul Maloy2016-11-261-5/+5
| * | tipc: fix compatibility bug in link monitoringJon Paul Maloy2016-11-261-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-241-1/+1
| * | | rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()Zhang Shengju2016-11-241-1/+1
| |/ /
| * | flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet2016-11-221-1/+1
* | | net: properly flush delay-freed skbsEric Dumazet2016-11-261-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