aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 14-41/+78
2019-05-09net/tls: handle errors from padding_length()Gravatar Jakub Kicinski 1-8/+22
2019-05-09net/tls: remove set but not used variablesGravatar Jakub Kicinski 1-4/+1
2019-05-09Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 16-649/+764
2019-05-09packet: Fix error path in packet_initGravatar YueHaibing 1-5/+20
2019-05-09SUNRPC: Rebalance a kref in auth_gss.cGravatar Chuck Lever 1-0/+1
2019-05-09SUNRPC: Fix an error code in gss_alloc_msg()Gravatar Dan Carpenter 1-1/+3
2019-05-09SUNRPC: task should be exit if encode return EKEYEXPIRED more timesGravatar ZhangXiaoxu 1-1/+8
2019-05-09net/tcp: use deferred jump label for TCP acked data hookGravatar Jakub Kicinski 2-5/+12
2019-05-09Merge tag 'batadv-net-for-davem-20190509' of git://git.open-mesh.org/linux-mergeGravatar David S. Miller 4-9/+10
2019-05-09vlan: disable SIOCSHWTSTAMP in containerGravatar Hangbin Liu 1-1/+3
2019-05-09tipc: fix hanging clients using poll with EPOLLOUT flagGravatar Parthasarathy Bhuvaragan 1-2/+2
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-8/+8
2019-05-08net/sched: avoid double free on matchall reoffloadGravatar Pieter Jansen van Vuuren 1-0/+1
2019-05-08openvswitch: Replace removed NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Gravatar Geert Uytterhoeven 1-2/+2
2019-05-08ipv4: Fix raw socket lookup for local trafficGravatar David Ahern 1-2/+2
2019-05-08fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n...Gravatar Hangbin Liu 1-3/+3
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 489-9258/+14217
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 8-7/+26
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+4
2019-05-07net/sched: remove block pointer from common offload structureGravatar Pieter Jansen van Vuuren 4-31/+17
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorGravatar Petr Štetiar 1-1/+1
2019-05-07net: dsa: support of_get_mac_address new ERR_PTR errorGravatar Petr Štetiar 1-1/+1
2019-05-07vrf: sit mtu should not be updated when vrf netdev is the linkGravatar Stephen Suryaputra 1-1/+1
2019-05-07net: dsa: Fix error cleanup path in dsa_init_moduleGravatar YueHaibing 1-2/+9
2019-05-07l2tp: Fix possible NULL pointer dereferenceGravatar YueHaibing 1-1/+2
2019-05-07taprio: add null check on sched_nest to avoid potential null pointer dereferenceGravatar Colin Ian King 1-0/+2
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxGravatar Linus Torvalds 3-3/+3
2019-05-07net_sched: sch_fq: handle non connected flowsGravatar Eric Dumazet 1-2/+13
2019-05-07net_sched: sch_fq: do not assume EDT packets are orderedGravatar Eric Dumazet 1-12/+83
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-9/+2
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-1/+1
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 3-4/+4
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 7-9/+0
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-12/+18
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openGravatar Kirill Smelkov 3-3/+3
2019-05-06batman-adv: mcast: fix multicast tt/tvlv worker lockingGravatar Linus Lüssing 3-8/+9
2019-05-06batman-adv: Start new development cycleGravatar Simon Wunderlich 1-1/+1
2019-05-05sch_htb: redefine htb qdisc overlimitsGravatar Cong Wang 1-3/+6
2019-05-05net: dsa: sja1105: Add support for traffic through standalone portsGravatar Vladimir Oltean 3-0/+141
2019-05-05net: dsa: Add support for deferred xmitGravatar Vladimir Oltean 2-12/+54
2019-05-05net: dsa: Allow drivers to filter packets they can decode source port fromGravatar Vladimir Oltean 2-1/+6
2019-05-05net: dsa: Optional VLAN-based port separation for switches without taggingGravatar Vladimir Oltean 3-0/+234
2019-05-05net: dsa: Export symbols for dsa_port_vid_{add, del}Gravatar Vladimir Oltean 1-0/+2
2019-05-05net: dsa: Call driver's setup callback after setting up its switchdev notifierGravatar Vladimir Oltean 1-4/+4
2019-05-05net/sched: add block pointer to tc_cls_common_offload structureGravatar Pieter Jansen van Vuuren 4-17/+30
2019-05-05net/sched: allow stats updates from offloaded police actionsGravatar Pieter Jansen van Vuuren 1-0/+15
2019-05-05net/sched: extend matchall offload for hardware statisticsGravatar Pieter Jansen van Vuuren 1-0/+20
2019-05-05net/sched: add police action to the hardware intermediate representationGravatar Pieter Jansen van Vuuren 1-0/+6