summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet2014-08-141-1/+1
* iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin2014-08-141-0/+4
* net: Correctly set segment mac_len in skb_segment().Vlad Yasevich2014-08-141-1/+1
* net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann2014-08-141-0/+1
* tcp: Fix integer-overflow in TCP vegasChristoph Paasch2014-08-141-1/+2
* tcp: Fix integer-overflows in TCP venoChristoph Paasch2014-08-141-1/+1
* net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2014-08-142-7/+8
* ip: make IP identifiers less predictableEric Dumazet2014-08-142-3/+35
* inetpeer: get rid of ip_id_countEric Dumazet2014-08-1410-102/+37
* ipv6: reallocate addrconf router for ipv6 address when lo device upGao feng2014-08-071-2/+12
* net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin2014-08-071-2/+2
* Revert: "net: ip, ipv6: handle gso skbs in forwarding path"Greg Kroah-Hartman2014-08-072-78/+3
* ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet2014-07-281-0/+4
* dns_resolver: Null-terminate the right stringBen Hutchings2014-07-281-1/+1
* dns_resolver: assure that dns_query() result is null-terminatedManuel Schölling2014-07-281-1/+3
* net: sctp: fix information leaks in ulpevent layerDaniel Borkmann2014-07-281-107/+15
* tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy2014-07-281-0/+1
* appletalk: Fix socket referencing in skbAndrey Utkin2014-07-281-3/+0
* tcp: fix false undo corner casesYuchung Cheng2014-07-282-6/+8
* igmp: fix the problem when mc leave groupdingtianhong2014-07-281-4/+6
* 8021q: fix a potential memory leakLi RongQing2014-07-281-1/+4
* tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell2014-07-281-1/+1
* mac80211: don't check netdev state for debugfs read/writeArik Nemtsov2014-07-091-4/+2
* Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan2014-07-091-16/+0
* Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg2014-07-091-2/+5
* skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin2014-06-301-0/+3
* skbuff: export skb_copy_ubufsMichael S. Tsirkin2014-06-301-1/+1
* sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang2014-06-261-1/+1
* net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet2014-06-261-8/+3
* net: tunnels - enable module autoloadingTom Gundersen2014-06-263-0/+3
* netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal2014-06-161-2/+3
* nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-06-111-0/+16
* virtio: 9p: correctly pass physical address to userspace for high pagesWill Deacon2014-06-111-1/+2
* Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2014-06-111-1/+1
* Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg2014-06-111-23/+69
* mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau2014-06-071-0/+3
* cfg80211: check wdev->netdev in connection workJohannes Berg2014-06-071-0/+3
* mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka2014-06-071-1/+5
* net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet2014-06-071-0/+1
* skb: Add inline helper for getting the skb end offset from headAlexander Duyck2014-06-071-5/+4
* ipv4: initialise the itag variable in __mkroute_inputLi RongQing2014-06-071-1/+1
* act_mirred: do not drop packets when fails to mirror itJason Wang2014-06-071-6/+5
* ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich2014-06-071-1/+1
* net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal2014-06-071-2/+2
* tcp_cubic: fix the range of delayed_ackLiu Yu2014-06-071-1/+1
* rtnetlink: Only supply IFLA_VF_PORTS information when RTEXT_FILTER_VF is setDavid Gibson2014-06-071-6/+10
* rtnetlink: Warn when interface's information won't fit in our packetDavid Gibson2014-06-071-5/+12
* filter: prevent nla extensions to peek beyond the end of the messageMathias Krause2014-06-071-1/+5
* net: ipv4: current group_info should be put after using.Wang, Xiaoming2014-06-071-4/+11
* ipv6: Limit mtu to 65575 bytesEric Dumazet2014-06-071-2/+3