summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha2015-02-181-0/+3
* net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara2015-02-101-1/+1
* ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-102-32/+35
* tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet2015-02-101-0/+1
* bridge: dont send notification when skb->len == 0 in rtnl_bridge_notifyRoopa Prabhu2015-02-101-1/+5
* net: don't OOPS on socket aioChristoph Hellwig2015-02-101-3/+0
* ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa2015-02-101-19/+26
* ping: Fix race in free in receive pathsubashab@codeaurora.org2015-02-101-1/+4
* udp_diag: Fix socket skipping within chainHerbert Xu2015-02-101-1/+3
* ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer2015-02-101-5/+2
* net: rps: fix cpu unplugEric Dumazet2015-02-101-5/+15
* ip: zero sockaddr returned on error queueWillem de Bruijn2015-02-102-13/+5
* ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2015-02-042-5/+7
* net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann2015-02-041-1/+0
* nl80211: fix per-station group key get/del and memory leakJohannes Berg2015-02-041-5/+4
* mac80211: properly set CCK flag in radiotapMathy Vanhoef2015-02-041-1/+1
* mac80211: only roll back station states for WDS when suspendingLuciano Coelho2015-02-041-14/+15
* netfilter: nfnetlink: validate nfnetlink header from batchPablo Neira Ayuso2015-02-021-1/+2
* ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter2015-02-021-5/+5
* net: fix creation adjacent device symlinksAlexander Y. Fomichev2015-01-231-7/+11
* net: prevent of emerging cross-namespace symlinksAlexander Y. Fomichev2015-01-231-1/+60
* netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal2015-01-201-1/+25
* tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu2015-01-191-2/+2
* net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh2015-01-191-0/+1
* net: Reset secmark when scrubbing packetThomas Graf2015-01-191-0/+1
* net: Fix stacked vlan offload features computationToshiaki Makita2015-01-191-5/+8
* batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli2015-01-191-1/+1
* batman-adv: Unify fragment size calculationSven Eckelmann2015-01-191-1/+1
* netlink: Don't reorder loads/stores before marking mmap netlink frame as avai...Thomas Graf2015-01-191-1/+1
* netlink: Always copy on mmap TX.David Miller2015-01-191-36/+16
* gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs2015-01-191-4/+5
* bridge: fix netfilter/NF_BR_LOCAL_OUT for own, locally generated queriesLinus Lüssing2015-01-161-2/+1
* netfilter: ipset: small potential read beyond the end of bufferDan Carpenter2015-01-161-0/+6
* rpc: fix xdr_truncate_encode to handle buffer ending on page boundaryJ. Bruce Fields2015-01-161-3/+3
* batman-adv: Calculate extra tail size based on queued fragmentsSven Eckelmann2015-01-151-1/+1
* mac80211: free management frame keys when removing stationJohannes Berg2015-01-151-1/+1
* cfg80211: don't WARN about two consecutive Country IE hintEmmanuel Grumbach2015-01-151-5/+2
* nl80211: check matches array length before acessing itLuciano Coelho2015-01-151-1/+1
* cfg80211: avoid mem leak on driver hint setArik Nemtsov2015-01-151-1/+4
* cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz driversJouni Malinen2015-01-151-3/+6
* mac80211: fix multicast LED blinking and counterAndreas Müller2015-01-151-5/+6
* Bluetooth: Fix LE connection timeout deadlockJohan Hedberg2015-01-051-1/+1
* net: sctp: use MAX_HEADER for headroom reserve in output pathDaniel Borkmann2014-12-151-2/+2
* gre: Set inner mac header in gro completeTom Herbert2014-12-151-0/+3
* rtnetlink: release net refcnt on error in do_setlink()Nicolas Dichtel2014-12-151-0/+1
* ipv6: gre: fix wrong skb->protocol in WCCPYuri Chislov2014-12-151-2/+2
* ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien2014-12-152-0/+12
* drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings2014-12-101-0/+34
* net/ping: handle protocol mismatching scenarioJane Zhou2014-12-101-0/+2
* SUNRPC: Fix locking around callback channel reply receiveTrond Myklebust2014-12-101-11/+16