aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-05-092-2/+4
* net: reject creation of netdev names with colonsMatthew Thode2015-05-091-1/+1
* ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki2015-05-091-0/+1
* ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov2015-05-091-4/+7
* gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki2015-05-091-1/+14
* rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-05-091-2/+10
* ping: Fix race in free in receive pathsubashab@codeaurora.org2015-05-091-1/+4
* ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer2015-05-091-5/+2
* net: rps: fix cpu unplugEric Dumazet2015-05-091-5/+15
* ip: zero sockaddr returned on error queueWillem de Bruijn2015-05-092-13/+5
* net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha2015-05-091-0/+3
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-091-0/+1
* ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2015-05-091-1/+8
* net: rds: use correct size for max unacked packets and bytesSasha Levin2015-05-091-2/+2
* net: llc: use correct size for sysctl timeout entriesSasha Levin2015-05-091-4/+4
* mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg2015-05-093-5/+12
* net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong2015-05-091-2/+2
* net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas2015-05-091-0/+7
* nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg2015-05-091-0/+8
* can: add missing initialisations in CAN related skbuffsOliver Hartkopp2015-05-091-0/+3
* mac80211: disable u-APSD queues by defaultMichal Kazior2015-05-091-6/+17
* mac80211: set only VO as a U-APSD enabled ACArik Nemtsov2015-05-091-4/+7
* mac80211: drop unencrypted frames in mesh fwdingBob Copeland2015-05-091-0/+3
* ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov2015-05-091-0/+3
* sunrpc: fix braino in ->poll()Al Viro2015-05-091-1/+1
* net: irda: fix wait_until_sent poll timeoutJohan Hovold2015-05-091-1/+3
* mac80211: Send EAPOL frames at lowest rateJouni Malinen2015-05-091-3/+5
* net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas2015-05-091-9/+0
* ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov2015-05-091-1/+1
* libceph: fix double __remove_osd() problemIlya Dryomov2015-05-091-7/+18
* netfilter: xt_socket: fix a stack corruption bugEric Dumazet2015-05-091-9/+13
* ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau2015-05-091-1/+1
* rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann2015-05-091-8/+4
* xprtrdma: Free the pd if ib_query_qp() failsChuck Lever2015-05-091-2/+6
* ipv6: fib: fix fib dump restartKumar Sundararajan2015-03-061-1/+2
* ipv6: fib: fix fib dump restartEric Dumazet2015-03-061-2/+2
* net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara2015-03-061-1/+1
* caif: remove wrong dev_net_set() callNicolas Dichtel2015-03-061-1/+0
* netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal2015-02-201-1/+25
* net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh2015-02-201-0/+1
* netfilter: ipset: small potential read beyond the end of bufferDan Carpenter2015-02-201-0/+6
* net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann2015-02-201-1/+0
* nl80211: fix per-station group key get/del and memory leakJohannes Berg2015-02-201-5/+4
* net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann2015-02-201-0/+7
* Revert "tcp: Apply device TSO segment limit earlier"Ben Hutchings2015-02-204-18/+11
* net: Fix stacked vlan offload features computationToshiaki Makita2015-02-201-5/+7
* mac80211: fix multicast LED blinking and counterAndreas Müller2015-02-201-5/+6
* ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2015-02-202-10/+10
* ipv6: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2015-02-204-12/+27
* ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2015-02-204-10/+22