summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_ife: Change to use ife moduleYotam Gigi2017-02-032-78/+33Star
* net: Introduce ife encapsulation moduleYotam Gigi2017-02-035-0/+165
* net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi2017-02-031-2/+2
* tcp: add tcp_mss_clamp() helperEric Dumazet2017-02-034-23/+8Star
* net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet2017-02-032-2/+4
* net: ipv4: remove fib_lookup.h from devinet.c include listDavid Ahern2017-02-031-2/+0Star
* net: remove useless pfmemalloc settingEric Dumazet2017-02-031-1/+0Star
* unix: add ioctl to open a unix socket file with O_PATHAndrey Vagin2017-02-031-0/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-0212-104/+93Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-0110-103/+86Star
| |\
| | * tcp: fix 0 divide in __tcp_select_window()Eric Dumazet2017-02-011-2/+4
| | * ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-02-011-1/+1
| | * net/sched: matchall: Fix configuration raceYotam Gigi2017-02-011-82/+45Star
| | * net/sched: cls_flower: Correct matching on ICMPv6 codeSimon Horman2017-01-301-2/+2
| | * Merge tag 'linux-can-fixes-for-4.10-20170130' of git://git.kernel.org/pub/scm...David S. Miller2017-01-301-7/+16
| | |\
| | | * can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp2017-01-301-7/+16
| | * | ipv6: Paritially checksum full MTU framesVlad Yasevich2017-01-301-1/+1
| | |/
| | * can: Fix kernel panic at security_sock_rcv_skbEric Dumazet2017-01-305-8/+17
| * | Merge tag 'nfs-for-4.10-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-01-282-0/+6
| |\ \ | | |/ | |/|
| | * SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee2017-01-242-0/+6
* | | net/sched: act_psample: Remove unnecessary ASSERT_RTNLYotam Gigi2017-02-011-1/+0Star
* | | net/sched: act_sample: Fix error path in initYotam Gigi2017-02-011-1/+4
* | | net: ipv6: add NLM_F_APPEND in notifications when applicableDavid Ahern2017-02-011-0/+3
* | | net: reduce skb_warn_bad_offload() noiseEric Dumazet2017-02-011-3/+9
* | | rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlinkTheuns Verwoerd2017-02-011-1/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-0110-199/+575
|\ \ \
| * | | xfrm: Add a dummy network device for napi.Steffen Klassert2017-01-301-1/+11
| * | | net: Drop secpath on free after gro merge.Steffen Klassert2017-01-301-0/+2
| * | | esp: Introduce a helper to setup the trailerSteffen Klassert2017-01-172-50/+38Star
| * | | esp6: Avoid skb_cow_data whenever possibleSteffen Klassert2017-01-171-56/+246
| * | | esp4: Avoid skb_cow_data whenever possibleSteffen Klassert2017-01-171-74/+264
| * | | IPsec: do not ignore crypto err in ah6 inputGilad Ben-Yossef2017-01-161-0/+3
| * | | IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef2017-01-161-0/+3
| * | | xfrm: fix possible null deref in xfrm_init_tempstateFlorian Westphal2017-01-161-2/+4
| * | | xfrm: state: simplify rcu_read_unlock handling in two spotsFlorian Westphal2017-01-101-6/+7
| * | | xfrm: add and use xfrm_state_afinfo_get_rcuFlorian Westphal2017-01-101-10/+15
| * | | xfrm: remove xfrm_state_put_afinfoFlorian Westphal2017-01-102-23/+16Star
| * | | xfrm: avoid rcu sparse warningFlorian Westphal2017-01-101-8/+8
| * | | xfrm: remove unused functionFlorian Westphal2017-01-101-8/+0Star
| * | | xfrm: state: do not acquire lock in get_mtu helpersFlorian Westphal2017-01-061-8/+5Star
| * | | xfrm: trivial typosAlexander Alemayhu2017-01-042-2/+2
* | | | net: ethtool: convert large order kmalloc allocations to vzallocAlexei Starovoitov2017-01-311-17/+22
* | | | smc: some potential use after free bugsDan Carpenter2017-01-301-0/+5
* | | | net: dsa: Add plumbing for port mirroringFlorian Fainelli2017-01-302-1/+139
* | | | lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2017-01-308-28/+17Star
* | | | net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman2017-01-303-14/+51
* | | | net: dsa: Hook {get,set}_rxnfc ethtool operationsFlorian Fainelli2017-01-301-0/+26
* | | | net: add devm version of alloc_etherdev_mqs functionRafał Miłecki2017-01-301-0/+28
* | | | Merge tag 'batadv-next-for-davem-20170128' of git://git.open-mesh.org/linux-m...David S. Miller2017-01-303-3/+5
|\ \ \ \
| * | | | batman-adv: Fix includes for IS_ERR/ERR_PTRSven Eckelmann2017-01-282-2/+2