summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-12-01l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault1-1/+2
2014-12-01net: Do not enable tx-nocache-copy by defaultBenjamin Poirier1-5/+0
2014-12-01ipv6: reuse ip6_frag_id from ip6_ufo_append_dataHannes Frederic Sowa1-1/+1
2014-12-01ipv4: disable bh while doing route gcMarcelo Ricardo Leitner1-2/+2
2014-12-01ipv4: avoid parallel route cache gc executionsMarcelo Ricardo Leitner1-5/+16
2014-12-01ipv4: move route garbage collector to work queueMarcelo Ricardo Leitner1-14/+29
2014-12-01nl80211: clear skb cb before passing to netlinkJohannes Berg1-0/+6
2014-12-01libceph: do not hard code max auth ticket lenIlya Dryomov1-35/+29
2014-12-01libceph: add process_one_ticket() helperIlya Dryomov1-104/+124
2014-12-01libceph: gracefully handle large reply messages from the monSage Weil1-0/+8
2014-08-14sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1
2014-08-14iovec: make sure the caller actually wants anything in memcpy_fromiovecendSasha Levin1-0/+4
2014-08-14net: Correctly set segment mac_len in skb_segment().Vlad Yasevich1-1/+1
2014-08-14net: sctp: inherit auth_capable on INIT collisionsDaniel Borkmann1-0/+1
2014-08-14tcp: Fix integer-overflow in TCP vegasChristoph Paasch1-1/+2
2014-08-14tcp: Fix integer-overflows in TCP venoChristoph Paasch1-1/+1
2014-08-14net: sendmsg: fix NULL pointer dereferenceAndrey Ryabinin2-7/+8
2014-08-14ip: make IP identifiers less predictableEric Dumazet2-3/+35
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet10-102/+37
2014-08-07ipv6: reallocate addrconf router for ipv6 address when lo device upGao feng1-2/+12
2014-08-07net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin1-2/+2
2014-08-07Revert: "net: ip, ipv6: handle gso skbs in forwarding path"Greg Kroah-Hartman2-78/+3
2014-07-28ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-07-28dns_resolver: Null-terminate the right stringBen Hutchings1-1/+1
2014-07-28dns_resolver: assure that dns_query() result is null-terminatedManuel Schölling1-1/+3
2014-07-28net: sctp: fix information leaks in ulpevent layerDaniel Borkmann1-107/+15
2014-07-28tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy1-0/+1
2014-07-28appletalk: Fix socket referencing in skbAndrey Utkin1-3/+0
2014-07-28tcp: fix false undo corner casesYuchung Cheng2-6/+8
2014-07-28igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-07-288021q: fix a potential memory leakLi RongQing1-1/+4
2014-07-28tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2014-07-09mac80211: don't check netdev state for debugfs read/writeArik Nemtsov1-4/+2
2014-07-09Bluetooth: Remove unused hci_le_ltk_reply()Syam Sidhardhan1-16/+0
2014-07-09Bluetooth: Fix SSP acceptor just-works confirmation without MITMJohan Hedberg1-2/+5
2014-07-01skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin1-0/+3
2014-07-01skbuff: export skb_copy_ubufsMichael S. Tsirkin1-1/+1
2014-06-26sctp: Fix sk_ack_backlog wrap-around problemXufeng Zhang1-1/+1
2014-06-26net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+3
2014-06-26net: tunnels - enable module autoloadingTom Gundersen3-0/+3
2014-06-17netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal1-2/+3
2014-06-11nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+16
2014-06-11virtio: 9p: correctly pass physical address to userspace for high pagesWill Deacon1-1/+2
2014-06-11Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery1-1/+1
2014-06-11Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg1-23/+69
2014-06-08mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau1-0/+3
2014-06-08cfg80211: check wdev->netdev in connection workJohannes Berg1-0/+3
2014-06-08mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka1-1/+5
2014-06-08net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-06-08skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-5/+4