summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-07-01blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar
2019-07-01net sched: update mirred action for batched events operationsRoman Mashak
2019-07-01tipc: embed jiffies in macro TIPC_BC_RETR_LIMJon Maloy
2019-07-01net/ipv6: Fix misuse of proc_dointvec "flowlabel_reflect"Eiichi Tsukata
2019-07-01net: link_watch: prevent starvation when processing linkwatch wqYunsheng Lin
2019-07-01ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet
2019-06-30Merge tag 'mlx5e-updates-2019-06-28' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller
2019-06-29net: sched: em_ipt: add support for addrtype matchingNikolay Aleksandrov
2019-06-29net: sched: em_ipt: keep the user-specified nfproto and dump itNikolay Aleksandrov
2019-06-29net: sched: em_ipt: set the family based on the packet if it's unspecifiedNikolay Aleksandrov
2019-06-29net: sched: em_ipt: match only on ip/ipv6 trafficNikolay Aleksandrov
2019-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2019-06-28taprio: Adjust timestamps for TCP packetsVedang Patel
2019-06-28taprio: make clock reference conversions easierVedang Patel
2019-06-28taprio: Add support for txtime-assist modeVedang Patel
2019-06-28taprio: Remove inline directiveVedang Patel
2019-06-28taprio: calculate cycle_time when schedule is installedVedang Patel
2019-06-28etf: Add skip_sock_checkVedang Patel
2019-06-28net: sched: protect against stack overflow in TC act_mirredJohn Hurley
2019-06-28net: sched: refactor reinsert actionJohn Hurley
2019-06-28ipv4: enable route flushing in network namespacesChristian Brauner
2019-06-28Merge tag 'batadv-next-for-davem-20190627v2' of git://git.open-mesh.org/linux...David S. Miller
2019-06-27tipc: add dst_cache support for udp mediaXin Long
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-27ipv6: Convert gateway validation to use fib6_infoDavid Ahern
2019-06-27batman-adv: mcast: apply optimizations for routable packets, tooLinus Lüssing
2019-06-27batman-adv: mcast: detect, distribute and maintain multicast router presenceLinus Lüssing
2019-06-27batman-adv: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-27batman-adv: mcast: avoid redundant multicast TT entries with bridgesLinus Lüssing
2019-06-27batman-adv: mcast: collect softif listeners from IP lists insteadLinus Lüssing
2019-06-27net/smc: common release code for non-accepted socketsUrsula Braun
2019-06-27net: ipv4: fix infinite loop on secondary addr promotionFlorian Westphal
2019-06-27net: ethtool: Allow parsing ETHER_FLOW types when using flow_ruleMaxime Chevallier
2019-06-26af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman
2019-06-26sctp: change to hold sk after auth shkey is created successfullyXin Long
2019-06-26ipv6: fix neighbour resolution with raw socketNicolas Dichtel
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel
2019-06-26rtnetlink: skip metrics loop for dst_default_metricsDavid Ahern
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra
2019-06-26net/smc: Fix error path in smc_initYueHaibing
2019-06-26net/smc: hold conns_lock before calling smc_lgr_register_conn()Huaping Zhou
2019-06-26ipv6: fix suspicious RCU usage in rt6_dump_route()Eric Dumazet
2019-06-26ipv4: fix suspicious RCU usage in fib_dump_info_fnhe()Eric Dumazet
2019-06-25tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy
2019-06-25tipc: eliminate unnecessary skb expansion during retransmissionJon Maloy
2019-06-25tipc: simplify stale link failure criteriaJon Maloy
2019-06-25net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"Eiichi Tsukata
2019-06-25ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso