summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+39
| * 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/+60
| * 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/+56
* | | net/smc: common release code for non-accepted socketsUrsula Braun2019-06-271-41/+32
* | | 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
* | | rtnetlink: skip metrics loop for dst_default_metricsDavid Ahern2019-06-261-0/+4
* | | ipv6: fix suspicious RCU usage in rt6_dump_route()Eric Dumazet2019-06-261-0/+2
* | | ipv4: fix suspicious RCU usage in fib_dump_info_fnhe()Eric Dumazet2019-06-261-5/+6
* | | tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy2019-06-254-6/+6
* | | tipc: eliminate unnecessary skb expansion during retransmissionJon Maloy2019-06-251-1/+1
* | | tipc: simplify stale link failure criteriaJon Maloy2019-06-251-7/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-25865-5713/+4262
|\ \ \
| * | | ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()Stefano Brivio2019-06-241-1/+2
| * | | ipv6: Dump route exceptions if requestedStefano Brivio2019-06-242-12/+114
| * | | ipv6/route: Change return code of rt6_dump_route() for partial node dumpsStefano Brivio2019-06-242-7/+11
| * | | ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()Stefano Brivio2019-06-241-1/+2
| * | | Revert "net/ipv6: Bail early if user only wants cloned entries"Stefano Brivio2019-06-241-5/+2
| * | | ipv4: Dump route exceptions if requestedStefano Brivio2019-06-242-13/+104
| * | | ipv4/route: Allow NULL flowinfo in rt_fill_info()Stefano Brivio2019-06-241-26/+30
| * | | ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio2019-06-241-2/+2
| * | | fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio2019-06-242-2/+9