aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-01ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet4-4/+7
2019-06-30Merge tag 'mlx5e-updates-2019-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-2/+4
2019-06-29net: sched: em_ipt: add support for addrtype matchingNikolay Aleksandrov1-0/+14
2019-06-29net: sched: em_ipt: keep the user-specified nfproto and dump itNikolay Aleksandrov1-1/+13
2019-06-29net: sched: em_ipt: set the family based on the packet if it's unspecifiedNikolay Aleksandrov1-1/+6
2019-06-29net: sched: em_ipt: match only on ip/ipv6 trafficNikolay Aleksandrov1-0/+13
2019-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-2/+4
2019-06-28taprio: Adjust timestamps for TCP packetsVedang Patel1-1/+40
2019-06-28taprio: make clock reference conversions easierVedang Patel1-8/+22
2019-06-28taprio: Add support for txtime-assist modeVedang Patel1-17/+324
2019-06-28taprio: Remove inline directiveVedang Patel1-1/+1
2019-06-28taprio: calculate cycle_time when schedule is installedVedang Patel1-18/+11
2019-06-28etf: Add skip_sock_checkVedang Patel1-0/+10
2019-06-28net: sched: protect against stack overflow in TC act_mirredJohn Hurley1-0/+14
2019-06-28net: sched: refactor reinsert actionJohn Hurley2-4/+3
2019-06-28ipv4: enable route flushing in network namespacesChristian Brauner1-4/+8
2019-06-28Merge tag 'batadv-next-for-davem-20190627v2' of git://git.open-mesh.org/linux-mergeDavid S. Miller39-457/+1027
2019-06-27tipc: add dst_cache support for udp mediaXin Long1-25/+47
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-46/+160
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-28/+114
2019-06-27ipv6: Convert gateway validation to use fib6_infoDavid Ahern1-62/+56
2019-06-27batman-adv: mcast: apply optimizations for routable packets, tooLinus Lüssing1-18/+241
2019-06-27batman-adv: mcast: detect, distribute and maintain multicast router presenceLinus Lüssing3-54/+391
2019-06-27batman-adv: no need to check return value of debugfs_create functionsGreg Kroah-Hartman8-144/+39
2019-06-27batman-adv: mcast: avoid redundant multicast TT entries with bridgesLinus Lüssing1-6/+27
2019-06-27batman-adv: mcast: collect softif listeners from IP lists insteadLinus Lüssing1-49/+143
2019-06-27net/smc: common release code for non-accepted socketsUrsula Braun1-41/+32
2019-06-27net: ipv4: fix infinite loop on secondary addr promotionFlorian Westphal1-1/+2
2019-06-27net: ethtool: Allow parsing ETHER_FLOW types when using flow_ruleMaxime Chevallier1-0/+24
2019-06-26af_packet: Block execution of tasks waiting for transmit to complete in AF_PACKETNeil Horman2-3/+18
2019-06-26sctp: change to hold sk after auth shkey is created successfullyXin Long1-4/+4
2019-06-26ipv6: fix neighbour resolution with raw socketNicolas Dichtel1-1/+2
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel3-4/+4
2019-06-26rtnetlink: skip metrics loop for dst_default_metricsDavid Ahern1-0/+4
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra2-0/+45
2019-06-26net/smc: Fix error path in smc_initYueHaibing1-1/+4
2019-06-26net/smc: hold conns_lock before calling smc_lgr_register_conn()Huaping Zhou1-0/+3
2019-06-26ipv6: fix suspicious RCU usage in rt6_dump_route()Eric Dumazet1-0/+2
2019-06-26ipv4: fix suspicious RCU usage in fib_dump_info_fnhe()Eric Dumazet1-5/+6
2019-06-25tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy4-6/+6
2019-06-25tipc: eliminate unnecessary skb expansion during retransmissionJon Maloy1-1/+1
2019-06-25tipc: simplify stale link failure criteriaJon Maloy1-7/+2
2019-06-25net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"Eiichi Tsukata1-1/+1
2019-06-25ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra1-1/+1
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso865-5713/+4262
2019-06-24ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio1-1/+2
2019-06-24ipv6: Dump route exceptions if requestedStefano Brivio2-12/+114
2019-06-24ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio2-7/+11
2019-06-24ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()Stefano Brivio1-1/+2
2019-06-24Revert "net/ipv6: Bail early if user only wants cloned entries"Stefano Brivio1-5/+2