summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Allow the l3mdev to be a loopbackRobert Shearman2018-09-193-2/+5
* net: linkwatch: add check for netdevice being present to linkwatch_do_devHeiner Kallweit2018-09-191-1/+1
* net: core: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang2018-09-191-5/+5
* net: sched: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang2018-09-191-1/+1
* net: iucv: Use FIELD_SIZEOF directly instead of reimplementing its functionzhong jiang2018-09-191-1/+1
* Merge tag 'batadv-next-for-davem-20180919' of git://git.open-mesh.org/linux-m...David S. Miller2018-09-1915-411/+323
|\
| * batman-adv: Enable LockLess TX for softifSven Eckelmann2018-09-151-0/+1
| * batman-adv: Move OGM rebroadcast stats to orig_ifinfoSven Eckelmann2018-09-156-406/+145
| * batman-adv: Provide debug messages as trace eventsSven Eckelmann2018-09-155-5/+127
| * batman-adv: Mark debugfs functionality as deprecatedSven Eckelmann2018-09-144-0/+50
| * batman-adv: Start new development cycleSimon Wunderlich2018-09-141-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-1815-106/+168
|\ \
| * | net/ipv6: do not copy dst flags on rt initPeter Oskolkov2018-09-171-2/+0
| * | Revert "kcm: remove any offset before parsing messages"David S. Miller2018-09-171-25/+1
| * | kcm: remove any offset before parsing messagesDominique Martinet2018-09-171-1/+25
| * | tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann2018-09-171-0/+8
| * | ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet2018-09-171-4/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-09-161-1/+2
| |\ \
| | * | bpf: use __GFP_COMP while allocating pageTushar Dave2018-09-121-1/+2
| * | | udp6: add missing checks on edumux packet processingPaolo Abeni2018-09-161-28/+37
| * | | udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni2018-09-161-23/+26
| * | | net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti2018-09-141-1/+1
| * | | socket: fix struct ifreq size in compat ioctlJohannes Berg2018-09-131-8/+14
| * | | gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-132-0/+2
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-09-131-3/+13
| |\ \ \
| | * | | Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa2018-09-111-1/+7
| | * | | Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg2018-09-111-2/+6
| * | | | tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca2018-09-131-1/+1
| * | | | tls: zero the crypto information from tls_context before freeingSabrina Dubroca2018-09-134-13/+23
| * | | | tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca2018-09-131-4/+1
| * | | | neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick2018-09-131-5/+8
| * | | | net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu2018-09-131-1/+1
| * | | | net_sched: notify filter deletion when deleting a chainCong Wang2018-09-131-0/+2
| * | | | ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long2018-09-131-12/+30
* | | | | net/ipv4: defensive cipso option parsingStefan Nuernberger2018-09-171-4/+7
* | | | | net: caif: remove redundant null check on frontpktColin Ian King2018-09-171-3/+0
* | | | | net: dsa: remove redundant null pointer check before put_devicezhong jiang2018-09-171-2/+1
* | | | | net: rds: use memset to optimize the recvZhu Yanjun2018-09-171-4/+1
* | | | | net: dsa: tag_gswip: Add gswip to dsa_tag_protocol_to_str()Hauke Mehrtens2018-09-171-0/+3
* | | | | tls: async support causes out-of-bounds access in crypto APIsJohn Fastabend2018-09-171-16/+23
* | | | | ip6_gre: simplify gre header parsing in ip6gre_errHaishuang Yan2018-09-161-22/+4
* | | | | ip_gre: fix parsing gre header in ipgre_errHaishuang Yan2018-09-162-9/+7
* | | | | net/sched: act_police: don't use spinlock in the data pathDavide Caratti2018-09-161-64/+92
* | | | | net/sched: act_police: use per-cpu countersDavide Caratti2018-09-161-24/+22
* | | | | pktgen: Fix fall-through annotationGustavo A. R. Silva2018-09-131-1/+1
* | | | | gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-132-0/+2
* | | | | llc: avoid blocking in llc_sap_close()Cong Wang2018-09-131-3/+1
* | | | | ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALLAndre Naujoks2018-09-133-1/+13
* | | | | net: dsa: Add Lantiq / Intel GSWIP tag supportHauke Mehrtens2018-09-135-0/+119
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-1232-136/+262
|\| | | |