summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2017-05-20Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc
2017-05-20iov_iter: don't revert iov buffer if csum errorDing Tianhong
2017-05-14tcp: randomize timestamps on syncookiesEric Dumazet
2017-05-14ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong
2017-05-14ipv6: initialize route null entry in addrconf_init()WANG Cong
2017-05-14rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt
2017-05-14ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-05-14tcp: do not inherit fastopen_req from parentEric Dumazet
2017-05-14net: ipv6: Do not duplicate DAD on link upDavid Ahern
2017-05-14tcp: fix wraparound issue in tcp_lpEric Dumazet
2017-05-14tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti
2017-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-04-28net: adjust skb->truesize in ___pskb_trim()Eric Dumazet
2017-04-28tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet
2017-04-28ipv4: Don't pass IP fragments to upper layer GRO handlers.Steffen Klassert
2017-04-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-04-28tipc: close the connection if protocol messages contain errorsParthasarathy Bhuvaragan
2017-04-28tipc: improve error validations for sockets in CONNECTING stateParthasarathy Bhuvaragan
2017-04-28tipc: Fix missing connection request handlingParthasarathy Bhuvaragan
2017-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-04-27xfrm: fix GRO for !CONFIG_NETFILTERSabrina Dubroca
2017-04-26ipv6: check raw payload size correctly in ioctlJamie Bainbridge
2017-04-26tcp: memset ca_priv data to 0 properlyWei Wang
2017-04-26ipv6: check skb->protocol before lookup for nexthopWANG Cong
2017-04-26net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung
2017-04-26xfrm: do the garbage collection after flushing policyXin Long
2017-04-25net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko
2017-04-25net: ipv6: regenerate host route if moved to gc listDavid Ahern
2017-04-25bridge: move bridge multicast cleanup to ndo_uninitXin Long
2017-04-25ipv6: fix source routingSabrina Dubroca
2017-04-25tipc: fix socket flow control accounting error at tipc_recv_streamParthasarathy Bhuvaragan
2017-04-25tipc: fix socket flow control accounting error at tipc_send_streamParthasarathy Bhuvaragan
2017-04-25ipv6: move stub initialization after ipv6 setup completionPaolo Abeni
2017-04-24net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern
2017-04-24udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka
2017-04-24ipv4: Avoid caching l3mdev dst on mismatched local routeRobert Shearman
2017-04-21netpoll: Check for skb->queue_mappingTushar Dave
2017-04-21ip6mr: fix notification device destructionNikolay Aleksandrov
2017-04-21net: qrtr: potential use after free in qrtr_sendmsg()Dan Carpenter
2017-04-21net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern
2017-04-21gso: Validate assumption of frag_list segementationIlan Tayari
2017-04-21ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun
2017-04-20net sched actions: allocate act cookie earlyWolfgang Bumiller
2017-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-04-20ipv6: sr: fix out-of-bounds access in SRH validationDavid Lebrun
2017-04-20mac80211: reject ToDS broadcast data framesJohannes Berg
2017-04-20Merge tag 'mac80211-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-04-18af_key: Fix sadb_x_ipsecrequest parsingHerbert Xu
2017-04-17ipv6: drop non loopback packets claiming to originate from ::1Florian Westphal
2017-04-17p9_client_readdir() fixAl Viro