summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * iptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6
| * xtables: add xt_match, xt_target and data copy_to_user functionsWillem de Bruijn2017-01-091-0/+54
| * netfilter: xt_connlimit: use rb_entry()Geliang Tang2017-01-051-2/+2
| * netfilter: conntrack: validate SCTP crc32c in PREROUTINGDavide Caratti2017-01-051-0/+32
| * netfilter: select LIBCRC32C together with SCTP conntrackDavide Caratti2017-01-051-1/+1
| * netfilter: nft_ct: add average bytes per packet supportLiping Zhang2017-01-031-1/+21
| * netfilter: nat: merge udp and udplite helpersFlorian Westphal2017-01-033-86/+66
| * netfilter: merge udp and udplite conntrack helpersFlorian Westphal2017-01-033-325/+123
* | sched: cls_flower: expose priority to offloading netdeviceJiri Pirko2017-02-031-0/+3
* | tcp: clear pfmemalloc on outgoing skbEric Dumazet2017-02-031-0/+7
* | net: ipv6: Set protocol to kernel for local routesDavid Ahern2017-02-031-0/+1
* | bridge: vlan dst_metadata hooks in ingress and egress pathsRoopa Prabhu2017-02-036-2/+82
* | bridge: per vlan dst_metadata netlink supportRoopa Prabhu2017-02-037-48/+641
* | net/sched: act_ife: Change to use ife moduleYotam Gigi2017-02-032-78/+33
* | 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/+8
* | net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet2017-02-022-2/+4
* | net: ipv4: remove fib_lookup.h from devinet.c include listDavid Ahern2017-02-021-2/+0
* | net: remove useless pfmemalloc settingEric Dumazet2017-02-021-1/+0
* | unix: add ioctl to open a unix socket file with O_PATHAndrey Vagin2017-02-021-0/+41
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-0212-104/+93
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-0110-103/+86
| |\ \
| | * | 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/+45
| | * | 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-295-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/+0
* | | | 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/+38
| * | | | 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/+16
OpenPOWER on IntegriCloud