summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2019-04-16socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann-2/+2
2019-04-16tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet-5/+5
2019-04-16net: bridge: fix netlink export of vlan_stats_per_port optionNikolay Aleksandrov-1/+1
2019-04-16tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu-2/+6
2019-04-16tipc: fix link established but not in sessionTuong Lien-0/+2
2019-04-16net: Fix missing meta data in skb with vlan packetYuya Kusakabe-1/+9
2019-04-16net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva-1/+5
2019-04-16net/core: work around section mismatch warning for ptp_classifierArd Biesheuvel-3/+4
2019-04-16net: bridge: fix per-port af_packet socketsNikolay Aleksandrov-9/+14
2019-04-15route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon-0/+4
2019-04-15Revert "net-sysfs: Fix memory leak in netdev_register_kobject"Wang Hai-9/+5
2019-04-14rtnetlink: fix rtnl_valid_stats_req() nlmsg_len checkEric Dumazet-1/+1
2019-04-14ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet-2/+8
2019-04-12ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra-1/+9
2019-04-12rxrpc: Fix detection of out of order acksJeffrey Altman-6/+13
2019-04-12rxrpc: Trace received connection abortsDavid Howells-4/+7
2019-04-12rxrpc: Allow errors to be returned from rxrpc_queue_packet()Marc Dionne-9/+12
2019-04-12rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne-5/+9
2019-04-12rxrpc: Clear socket errorMarc Dionne-0/+5
2019-04-12udpv6: Check address length before reading address familyTetsuo Handa-0/+2
2019-04-12bpf: Check address length before reading address familyTetsuo Handa-0/+2
2019-04-12llc: Check address length before reading address fieldTetsuo Handa-2/+1
2019-04-12Bluetooth: Check address length before reading address fieldTetsuo Handa-2/+2
2019-04-12rxrpc: Check address length before reading srx_service fieldTetsuo Handa-1/+2
2019-04-12net: netlink: Check address length before reading groups fieldTetsuo Handa-1/+2
2019-04-12sctp: Check address length before reading address familyTetsuo Handa-1/+2
2019-04-12net/rds: Check address length before reading address familyTetsuo Handa-0/+5
2019-04-11dctcp: more accurate tracking of packets deliveryEric Dumazet-28/+17
2019-04-11net: netrom: Fix error cleanup path of nr_proto_initYueHaibing-25/+60
2019-04-11net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov-1/+3
2019-04-11net/smc: move unhash before release of clcsockUrsula Braun-3/+3
2019-04-11net/smc: fix return code from FLUSH commandKarsten Graul-1/+2
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun-10/+28
2019-04-11net/smc: fix a NULL pointer dereferenceKangjie Lu-0/+5
2019-04-11net/smc: wait for pending work before clcsock release_sockKarsten Graul-10/+30
2019-04-10net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi-1/+3
2019-04-10tipc: missing entries in name table of publicationsHoang Le-1/+2
2019-04-10failover: allow name change on IFF_UP slave interfacesSi-Wei Liu-4/+18
2019-04-10net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski-0/+2
2019-04-10net: strparser: partially revert "strparser: Call skb_unclone conditionally"Jakub Kicinski-7/+5
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski-14/+30
2019-04-10net/tls: fix the IV leaksJakub Kicinski-1/+4
2019-04-09Merge tag 'mac80211-for-davem-2019-04-09' of git://git.kernel.org/pub/scm/lin...David S. Miller-48/+102
2019-04-09mac80211: Honor SW_CRYPTO_CONTROL for unicast keys in AP VLAN modeAlexander Wetzel-5/+4
2019-04-08net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi-7/+13
2019-04-08net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi-5/+10
2019-04-08mac80211: make ieee80211_schedule_txq schedule empty TXQsFelix Fietkau-4/+6
2019-04-06NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter-0/+8
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-189/+250
2019-04-04ipv6: sit: reset ip header pointer in ipip6_rcvLorenzo Bianconi-0/+4