summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet2019-07-014-4/+7
* Merge tag 'mlx5e-updates-2019-06-28' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2019-07-011-2/+4
|\
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-06-291-2/+4
| |\
| | * net/mlx5: Declare more strictly devlink encap modeLeon Romanovsky2019-06-161-2/+4
* | | net: sched: em_ipt: add support for addrtype matchingNikolay Aleksandrov2019-06-291-0/+14
* | | net: sched: em_ipt: keep the user-specified nfproto and dump itNikolay Aleksandrov2019-06-291-1/+13
* | | net: sched: em_ipt: set the family based on the packet if it's unspecifiedNikolay Aleksandrov2019-06-291-1/+6
* | | net: sched: em_ipt: match only on ip/ipv6 trafficNikolay Aleksandrov2019-06-291-0/+13
* | | taprio: Adjust timestamps for TCP packetsVedang Patel2019-06-281-1/+40
* | | taprio: make clock reference conversions easierVedang Patel2019-06-281-8/+22
* | | taprio: Add support for txtime-assist modeVedang Patel2019-06-281-17/+324
* | | taprio: Remove inline directiveVedang Patel2019-06-281-1/+1
* | | taprio: calculate cycle_time when schedule is installedVedang Patel2019-06-281-18/+11Star
* | | etf: Add skip_sock_checkVedang Patel2019-06-281-0/+10
* | | net: sched: protect against stack overflow in TC act_mirredJohn Hurley2019-06-281-0/+14
* | | net: sched: refactor reinsert actionJohn Hurley2019-06-282-4/+3Star
|/ /
* | ipv4: enable route flushing in network namespacesChristian Brauner2019-06-281-4/+8
* | Merge tag 'batadv-next-for-davem-20190627v2' of git://git.open-mesh.org/linux...David S. Miller2019-06-2839-457/+1027
|\ \
| * | batman-adv: mcast: apply optimizations for routable packets, tooLinus Lüssing2019-06-271-18/+241
| * | batman-adv: mcast: detect, distribute and maintain multicast router presenceLinus Lüssing2019-06-273-54/+391
| * | batman-adv: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-278-144/+39Star
| * | batman-adv: mcast: avoid redundant multicast TT entries with bridgesLinus Lüssing2019-06-271-6/+27
| * | batman-adv: mcast: collect softif listeners from IP lists insteadLinus Lüssing2019-06-271-49/+143
| * | batman-adv: mcast: shorten multicast tt/tvlv worker spinlock sectionLinus Lüssing2019-05-253-151/+164
| * | batman-adv: Use includes instead of fwdeclsSven Eckelmann2019-05-2528-80/+60Star
| * | batman-adv: Add missing include for atomic functionsSven Eckelmann2019-05-252-0/+2
| * | batman-adv: Fix includes for *_MAX constantsSven Eckelmann2019-05-255-0/+5
| * | batman-adv: Start new development cycleSimon Wunderlich2019-05-211-1/+1
| |/
* | tipc: add dst_cache support for udp mediaXin Long2019-06-281-25/+47
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2818-46/+160
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-2816-28/+114
| |\ \
| | * | af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2019-06-272-3/+18
| | * | sctp: change to hold sk after auth shkey is created successfullyXin Long2019-06-271-4/+4
| | * | ipv6: fix neighbour resolution with raw socketNicolas Dichtel2019-06-261-1/+2
| | * | ipv6: constify rt6_nexthop()Nicolas Dichtel2019-06-263-4/+4
| | * | ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra2019-06-262-0/+45
| | * | net/smc: Fix error path in smc_initYueHaibing2019-06-261-1/+4
| | * | net/smc: hold conns_lock before calling smc_lgr_register_conn()Huaping Zhou2019-06-261-0/+3
| | * | net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"Eiichi Tsukata2019-06-251-1/+1
| | * | ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra2019-06-251-1/+1
| | * | tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long2019-06-241-3/+15
| | * | net/packet: fix memory leak in packet_set_ring()Eric Dumazet2019-06-241-1/+2
| | * | net/tls: fix page double free on TX cleanupDirk van der Merwe2019-06-241-1/+2
| | * | net/sched: cbs: Fix error path of cbs_module_initYueHaibing2019-06-231-2/+7
| | * | tipc: change to use register_pernet_deviceXin Long2019-06-231-6/+6
| * | | Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-06-222-14/+37
| |/ /
* | | ipv6: Convert gateway validation to use fib6_infoDavid Ahern2019-06-271-62/+56Star
* | | net/smc: common release code for non-accepted socketsUrsula Braun2019-06-271-41/+32Star
* | | net: ipv4: fix infinite loop on secondary addr promotionFlorian Westphal2019-06-271-1/+2
* | | net: ethtool: Allow parsing ETHER_FLOW types when using flow_ruleMaxime Chevallier2019-06-271-0/+24