aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-22sock: introduce SO_MEMINFO getsockoptJosh Hunt2-9/+31
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu4-20/+24
2017-03-21net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov4-48/+83
2017-03-21net/8021q: create device with all possible features in wanted_featuresAndrey Vagin1-2/+1
2017-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller47-273/+508
2017-03-20netfilter: fix the warning on unused refcount variableReshetova, Elena1-1/+0
2017-03-17netfilter: refcounter conversionsReshetova, Elena18-66/+71
2017-03-16tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh5-50/+8
2017-03-16tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh5-174/+10
2017-03-16tcp_westwood: fix tcp_westwood_info() style mistakeschun Long1-2/+2
2017-03-16netem: apply correct delay when rate throttlingNik Unger1-8/+18
2017-03-16net/sched: fq_codel: Avoid set-but-unused variableOr Gerlitz1-2/+0
2017-03-16net/sched: act_ife: Staticfy find_decode_metaid()Or Gerlitz1-2/+2
2017-03-16ipv4: fib_rules: Dump FIB rules when registering FIB notifierIdo Schimmel1-3/+16
2017-03-16ipv4: fib_rules: Add notifier info to FIB rules notificationsIdo Schimmel1-5/+8
2017-03-16ipv4: fib_rules: Check if rule is a default ruleIdo Schimmel2-0/+35
2017-03-16ipvs: remove an annoying printk in netns initCong Wang1-2/+0
2017-03-15net: dsa: check out-of-range ageing time valueVivien Didelot1-2/+6
2017-03-15net: dsa: dsa_fastest_ageing_time return unsignedVivien Didelot1-2/+2
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-6/+11
2017-03-15mqprio: Change handling of hw u8 to allow for multiple hardware offload modesAlexander Duyck1-10/+16
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller61-240/+401
2017-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds58-237/+346
2017-03-14net: Resend IGMP memberships upon peer notification.Vlad Yasevich1-0/+1
2017-03-13lwtunnel: remove unused but set variableRoopa Prabhu1-2/+0
2017-03-13rds: ib: unmap the scatter/gather list when errorZhu Yanjun1-7/+19
2017-03-13rds: ib: add the static type to the functionZhu Yanjun2-4/+3
2017-03-13rds: ib: remove redundant ib_dealloc_fmrZhu Yanjun1-5/+2
2017-03-13rds: ib: drop unnecessary rdma_rejectZhu Yanjun1-3/+2
2017-03-13dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa1-0/+1
2017-03-13dccp/tcp: fix routing redirect raceJon Maxwell4-8/+14
2017-03-13net: use net->count to check whether a netns is alive or notAndrey Vagin1-3/+3
2017-03-13atm: remove an unnecessary loopFrancois Romieu1-9/+13
2017-03-13mpls: allow TTL propagation from IP packets to be configuredRobert Shearman2-13/+71
2017-03-13mpls: allow TTL propagation to IP packets to be configuredRobert Shearman2-8/+86
2017-03-13bridge: drop netfilter fake rtable unconditionallyFlorian Westphal2-21/+1
2017-03-13ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-03-13ipv6: make ECMP route replacement less greedySabrina Dubroca1-0/+2
2017-03-13netfilter: nft_set_rbtree: use per-set rwlock to improve the scalabilityLiping Zhang1-15/+16
2017-03-13netfilter: limit: use per-rule spinlock to improve the scalabilityLiping Zhang2-10/+11
2017-03-13netfilter: nf_conntrack: reduce resolve_normal_ct argsFlorian Westphal1-31/+26
2017-03-13netfilter: nft_fib: Support existence checkPhil Sutter3-8/+12
2017-03-13netfilter: nft_ct: add helper set supportFlorian Westphal1-0/+171
2017-03-13netfilter: provide nft_ctx in object init functionFlorian Westphal3-5/+8
2017-03-13sch_tbf: Remove bogus semicolon in if() conditional.David S. Miller1-1/+1
2017-03-12drop_monitor: use setup_timerGeliang Tang1-3/+2
2017-03-12mpls: Do not decrement alive counter for unregister eventsDavid Ahern1-1/+2
2017-03-12mpls: Send route delete notifications when router module is unloadedDavid Ahern1-0/+1
2017-03-12act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss1-0/+3
2017-03-12net: Eliminate duplicated codes by creating one new function in_dev_select_addrGao Feng1-14/+18