summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesTrond Myklebust2014-03-051-2/+11
* SUNRPC: Fix races in xs_nospace()Trond Myklebust2014-03-051-1/+5
* net: use __GFP_NORETRY for high order allocationsEric Dumazet2014-02-261-2/+4
* net: ip, ipv6: handle gso skbs in forwarding pathFlorian Westphal2014-02-262-4/+84
* net: core: introduce netif_skb_dev_featuresFlorian Westphal2014-02-261-10/+12
* net: add and use skb_gso_transport_seglen()Florian Westphal2014-02-262-10/+28
* net: sctp: fix sctp_connectx abi for ia32 emulation/compat modeDaniel Borkmann2014-02-261-9/+32
* ipv4: fix counter in_slow_totDuan Jiong2014-02-261-2/+2
* tcp: tsq: fix nonagle handlingJohn Ogness2014-02-261-2/+11
* netpoll: fix netconsole IPv6 setupSabrina Dubroca2014-02-261-1/+3
* net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski2014-02-261-0/+7
* ipv4: Fix runtime WARNING in rtmsg_ifa()Geert Uytterhoeven2014-02-261-1/+2
* can: add destructor for self generated skbsOliver Hartkopp2014-02-262-3/+4
* bridge: fix netconsole setup over bridgeCong Wang2014-02-261-23/+28
* 9p/trans_virtio.c: Fix broken zero-copy on vmalloc() buffersRichard Yao2014-02-261-1/+4
* 6lowpan: fix lockdep splatsEric Dumazet2014-02-261-0/+20
* nl80211: Reset split_start when netlink skb is exhaustedPontus Fuchs2014-02-221-1/+2
* mac80211: fix fragmentation code, particularly for encryptionJohannes Berg2014-02-221-1/+1
* mac80211: release the channel in error path in start_apEmmanuel Grumbach2014-02-221-1/+4
* mac80211: move roc cookie assignment earlierEliad Peller2014-02-221-18/+18
* sunrpc: don't wait for write before allowing reads from use-gss-proxy fileJeff Layton2014-02-133-34/+2
* sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson2014-02-131-2/+6
* fuse: fix pipe_buf_operationsMiklos Szeredi2014-02-131-31/+1
* inet_diag: fix inet_diag_dump_icsk() timewait socket state logicNeal Cardwell2014-02-061-1/+3
* net: gre: use icmp_hdr() to get inner ip headerDuan Jiong2014-02-061-1/+1
* net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger2014-02-062-2/+2
* fib_frontend: fix possible NULL pointer dereferenceOliver Hartkopp2014-02-061-0/+2
* ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is calledDuan Jiong2014-02-061-0/+1
* bpf: do not use reciprocal divideEric Dumazet2014-02-061-28/+2
* tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch2014-02-061-19/+32
* net: rds: fix per-cpu helper usageGerald Schaefer2014-02-061-4/+3
* net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa2014-02-062-4/+10
* ieee802154: Fix memory leak in ieee802154_add_iface()Christian Engelmayer2014-02-061-2/+4
* x86, x32: Correct invalid use of user timespec in the kernelPaX Team2014-02-061-7/+2
* netfilter: nf_nat: fix access to uninitialized buffer in IRC NAT helperDaniel Borkmann2014-01-151-5/+27
* netfilter: fix wrong byte order in nf_ct_seqadj_set internal informationPhil Oester2014-01-151-2/+2
* mac80211: move "bufferable MMPDU" check to fix AP mode scanFelix Fietkau2014-01-151-10/+13
* bridge: use spin_lock_bh() in br_multicast_set_hash_maxCurt Brune2014-01-151-2/+2
* netpoll: Fix missing TXQ unlock and and OOPS.David S. Miller2014-01-151-2/+9
* net: llc: fix use after free in llc_ui_recvmsgDaniel Borkmann2014-01-151-2/+3
* ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao2014-01-153-23/+31
* vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller2014-01-152-2/+19
* net: rose: restore old recvmsg behaviorFlorian Westphal2014-01-151-12/+4
* rds: prevent dereference of a NULL deviceSasha Levin2014-01-151-1/+2
* ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing2014-01-151-3/+1
* net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann2014-01-151-0/+16
* ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs2014-01-151-0/+1
* net: unix: allow bind to fail on mutex lockSasha Levin2014-01-151-2/+6
* ipv6: fix illegal mac_header comparison on 32bitHannes Frederic Sowa2014-01-151-1/+1
* net: unix: allow set_peek_off to failSasha Levin2014-01-152-3/+7