aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-19net: iucv: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang1-1/+1
2018-09-19Merge tag 'batadv-next-for-davem-20180919' of git://git.open-mesh.org/linux-mergeDavid S. Miller15-411/+323
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-106/+168
2018-09-17net/ipv6: do not copy dst flags on rt initPeter Oskolkov1-2/+0
2018-09-17net/ipv4: defensive cipso option parsingStefan Nuernberger1-4/+7
2018-09-17net: caif: remove redundant null check on frontpktColin Ian King1-3/+0
2018-09-17Revert "kcm: remove any offset before parsing messages"David S. Miller1-25/+1
2018-09-17kcm: remove any offset before parsing messagesDominique Martinet1-1/+25
2018-09-17net: dsa: remove redundant null pointer check before put_devicezhong jiang1-2/+1
2018-09-17net: rds: use memset to optimize the recvZhu Yanjun1-4/+1
2018-09-17net: dsa: tag_gswip: Add gswip to dsa_tag_protocol_to_str()Hauke Mehrtens1-0/+3
2018-09-17tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann1-0/+8
2018-09-17tls: async support causes out-of-bounds access in crypto APIsJohn Fastabend1-16/+23
2018-09-17ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-4/+2
2018-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+2
2018-09-16ip6_gre: simplify gre header parsing in ip6gre_errHaishuang Yan1-22/+4
2018-09-16ip_gre: fix parsing gre header in ipgre_errHaishuang Yan2-9/+7
2018-09-16net/sched: act_police: don't use spinlock in the data pathDavide Caratti1-64/+92
2018-09-16net/sched: act_police: use per-cpu countersDavide Caratti1-24/+22
2018-09-16udp6: add missing checks on edumux packet processingPaolo Abeni1-28/+37
2018-09-16udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni1-23/+26
2018-09-15batman-adv: Enable LockLess TX for softifSven Eckelmann1-0/+1
2018-09-15batman-adv: Move OGM rebroadcast stats to orig_ifinfoSven Eckelmann6-406/+145
2018-09-15batman-adv: Provide debug messages as trace eventsSven Eckelmann5-5/+127
2018-09-14net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti1-1/+1
2018-09-14batman-adv: Mark debugfs functionality as deprecatedSven Eckelmann4-0/+50
2018-09-14batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2018-09-13socket: fix struct ifreq size in compat ioctlJohannes Berg1-8/+14
2018-09-13pktgen: Fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2-0/+2
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2-0/+2
2018-09-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller1-3/+13
2018-09-13tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca1-1/+1
2018-09-13tls: zero the crypto information from tls_context before freeingSabrina Dubroca4-13/+23
2018-09-13tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca1-4/+1
2018-09-13neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick1-5/+8
2018-09-13net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu1-1/+1
2018-09-13net_sched: notify filter deletion when deleting a chainCong Wang1-0/+2
2018-09-13llc: avoid blocking in llc_sap_close()Cong Wang1-3/+1
2018-09-13ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long1-12/+30
2018-09-13ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALLAndre Naujoks3-1/+13
2018-09-13net: dsa: Add Lantiq / Intel GSWIP tag supportHauke Mehrtens5-0/+119
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller32-136/+262
2018-09-12net: bridge: add support for sticky fdb entriesNikolay Aleksandrov2-3/+17
2018-09-12bpf: use __GFP_COMP while allocating pageTushar Dave1-1/+2
2018-09-12tipc: check return value of __tipc_dump_start()Cong Wang1-1/+4
2018-09-12rds: fix two RCU related problemsCong Wang1-1/+4
2018-09-12netlink: remove hash::nelems check in netlink_insertLi RongQing1-5/+0
2018-09-12net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg1-4/+6
2018-09-11erspan: fix error handling for erspan tunnelHaishuang Yan1-0/+3