summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng2015-06-031-16/+10
* net: fix incorrect backport of tcp_send_fin in 2.6.32.66Willy Tarreau2015-06-031-1/+1
* net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas2015-05-241-0/+7
* ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko2015-05-241-1/+1
* ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter2015-05-241-5/+5
* tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-05-241-19/+26
* ip_forward: Drop frames with attached skb->skSebastian Pöhn2015-05-241-0/+3
* tcp: make connect() mem charging friendlyEric Dumazet2015-05-241-5/+2
* rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro2015-05-241-1/+1
* rds: avoid potential stack overflowArnd Bergmann2015-05-241-18/+22
* net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-05-241-5/+6
* net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com2015-05-242-8/+23
* udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-05-242-3/+4
* ipv4: Don't use ufo handling on later transformed packetsSteffen Klassert2015-05-241-0/+1
* net: reject creation of netdev names with colonsMatthew Thode2015-05-241-1/+1
* ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki2015-05-241-0/+1
* net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha2015-05-241-0/+3
* ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2015-05-241-1/+8
* net: rds: use correct size for max unacked packets and bytesSasha Levin2015-05-241-2/+2
* net: llc: use correct size for sysctl timeout entriesSasha Levin2015-05-241-4/+4
* net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann2015-05-241-1/+0
* net: sctp: fix memory leak in auth key managementDaniel Borkmann2015-05-241-2/+0
* netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal2015-05-241-1/+25
* sctp: Fix double-free introduced by bad backport in 2.6.32.62Ben Hutchings2014-12-131-1/+0
* vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman2014-12-131-4/+6
* mac80211: fix fragmentation code, particularly for encryptionJohannes Berg2014-12-131-1/+1
* net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann2014-12-131-0/+3
* net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2014-12-132-26/+10
* net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann2014-12-131-0/+2
* net: sendmsg: fix failed backport of "fix NULL pointer dereference"Willy Tarreau2014-12-131-1/+1
* sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probeZhu Yanjun2014-11-231-5/+9
* netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal2014-11-231-3/+5
* netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal2014-11-231-3/+3
* net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2014-11-232-61/+57
* sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet2014-11-231-1/+1
* iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin2014-11-231-0/+4
* net: Correctly set segment mac_len in skb_segment().Vlad Yasevich2014-11-231-1/+1
* tcp: Fix integer-overflow in TCP vegasChristoph Paasch2014-11-231-1/+2
* tcp: Fix integer-overflows in TCP venoChristoph Paasch2014-11-231-1/+1
* net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2014-11-232-7/+8
* net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann2014-11-231-0/+1
* ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet2014-11-231-0/+4
* net: sctp: fix information leaks in ulpevent layerDaniel Borkmann2014-11-231-107/+15
* appletalk: Fix socket referencing in skbAndrey Utkin2014-11-231-3/+0
* igmp: fix the problem when mc leave groupdingtianhong2014-11-231-4/+6
* tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell2014-11-231-1/+1
* filter: prevent nla extensions to peek beyond the end of the messageMathias Krause2014-11-231-1/+7
* sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang2014-11-231-1/+1
* net: fix regression introduced in 2.6.32.62 by sysctl fixesWilly Tarreau2014-06-192-2/+4
* ethtool: Report link-down while interface is downBen Hutchings2014-06-191-2/+15