aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-08dsa: slave: eee: Allow ports to use phylinkAndrew Lunn1-2/+2
2018-08-08net/smc: move sock lock in smc_ioctl()Ursula Braun1-3/+7
2018-08-08net/smc: allow sysctl rmem and wmem defaults for serversUrsula Braun1-0/+2
2018-08-08net/smc: no shutdown in state SMC_LISTENUrsula Braun1-2/+1
2018-08-08rxrpc: Fix the keepalive generator [ver #2]David Howells7-89/+109
2018-08-08netfilter: nfnetlink_osf: fix using plain integer as NULL warningWei Yongjun1-1/+1
2018-08-08net:mod: remove unneeded variable 'ret' in init_p9zhong jiang1-3/+1
2018-08-08net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freezezhong jiang1-2/+1
2018-08-07llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang1-2/+2
2018-08-07dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev1-2/+4
2018-08-07RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing1-0/+1
2018-08-07tipc: fix an interrupt unsafe locking scenarioYing Xue1-3/+1
2018-08-07vsock: split dwork to avoid reinitializationsCong Wang2-9/+9
2018-08-07ip6_tunnel: collect_md xmit: Use ip_tunnel_key's provided src addressShmulik Ladkani1-1/+3
2018-08-07net: sched: cls_flower: set correct offload data in fl_reoffloadVlad Buslov1-2/+2
2018-08-07net/sched: allow flower to match tunnel optionsPieter Jansen van Vuuren1-1/+243
2018-08-07flow_dissector: allow dissection of tunnel options from metadataSimon Horman1-1/+18
2018-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-52/+152
2018-08-07netfilter: nft_ct: enable conntrack for helpersPablo Neira Ayuso1-0/+14
2018-08-07netfilter: nft_ct: add ct timeout supportHarsha Sharma1-1/+203
2018-08-07netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout objectPablo Neira Ayuso3-21/+26
2018-08-07netfilter: cttimeout: move ctnl_untimeout to nf_conntrackHarsha Sharma2-18/+19
2018-08-07netfilter: nft_osf: use NFT_OSF_MAXGENRELEN instead of IFNAMSIZFernando Fernandez Mancera1-5/+3
2018-08-06packet: refine ring v3 block size test to hold one frameWillem de Bruijn1-4/+6
2018-08-06Merge branch 'ieee802154-for-davem-2018-08-06' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller4-9/+49
2018-08-06ipv4: frags: precedence bug in ip_expire()Dan Carpenter1-1/+1
2018-08-06net: avoid unnecessary sock_flag() check when enable timestampYafang Shao2-8/+6
2018-08-06net/bridge/br_multicast: remove redundant variable "err"zhong jiang1-7/+5
2018-08-06Bluetooth: remove redundant variables 'adv_set' and 'cp'YueHaibing2-6/+0
2018-08-06net: ieee802154: 6lowpan: remove redundant pointers 'fq' and 'net'Colin Ian King1-5/+0
2018-08-06net: mac802154: tx: expand tailroom if necessaryAlexander Aring1-1/+14
2018-08-06net: 6lowpan: fix reserved space for single framesAlexander Aring1-3/+18
2018-08-06Merge remote-tracking branch 'net-next/master'Stefan Schmidt364-5755/+12291
2018-08-05ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long1-6/+2
2018-08-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller11-218/+1690
2018-08-05net: sched: cls_flower: Fix an error code in fl_tmplt_create()Dan Carpenter1-1/+3
2018-08-05net: check extack._msg before printLi RongQing1-1/+2
2018-08-05ipv6: fix double refcount of fib6_metricsCong Wang1-4/+0
2018-08-05ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal2-0/+8
2018-08-05ip: use rb trees for IP frag queue.Peter Oskolkov4-87/+113
2018-08-05net: modify skb_rbtree_purge to return the truesize of all purged skbs.Peter Oskolkov1-1/+5
2018-08-05ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov2-56/+20
2018-08-05net/tls: Mark the end in scatterlist tableVakul Garg1-0/+3
2018-08-05ipv6: icmp: Updating pmtu for link local routeGeorg Kohmann1-1/+1
2018-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller23-230/+1270
2018-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+14
2018-08-04netlink: Don't shift on 64 for ngroupsDmitry Safonov1-2/+2
2018-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+1
2018-08-04net/smc: no cursor update send in state SMC_INITUrsula Braun1-1/+2
2018-08-04net: Remove some unneeded semicolonzhong jiang4-5/+5