summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew2015-06-051-7/+16
* libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov2015-06-051-11/+20
* net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng2015-06-051-14/+10
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-131-0/+1
* tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-05-061-21/+29
* tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet2015-05-061-1/+19
* ip_forward: Drop frames with attached skb->skSebastian Pöhn2015-05-061-0/+3
* netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal2015-04-291-1/+25
* tcp: tcp_make_synack() should clear skb->tstampEric Dumazet2015-04-291-0/+2
* tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell2015-04-291-3/+4
* ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2015-04-291-1/+8
* tcp: prevent fetching dst twice in early demux codeMichal Kubeček2015-04-292-2/+2
* remove extra definitions of U32_MAXAlex Elder2015-04-291-3/+0
* conditionally define U32_MAXAlex Elder2015-04-291-0/+2
* net: llc: use correct size for sysctl timeout entriesSasha Levin2015-04-191-4/+4
* net: rds: use correct size for max unacked packets and bytesSasha Levin2015-04-191-2/+2
* core, nfqueue, openvswitch: fix compilation warningJiri Slaby2015-04-191-1/+1
* tcp: Fix crash in TCP Fast OpenBen Hutchings2015-04-191-0/+1
* mac80211: drop unencrypted frames in mesh fwdingBob Copeland2015-04-131-0/+3
* mac80211: disable u-APSD queues by defaultMichal Kazior2015-04-131-6/+17
* nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg2015-04-131-0/+10
* ipvs: rerouting to local clients is not needed anymoreJulian Anastasov2015-03-261-11/+22
* ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov2015-03-261-0/+3
* can: add missing initialisations in CAN related skbuffsOliver Hartkopp2015-03-261-0/+3
* tcp: make connect() mem charging friendlyEric Dumazet2015-03-261-35/+27
* net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas2015-03-261-0/+7
* tcp: fix tcp fin memory accountingJosh Hunt2015-03-261-5/+1
* rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro2015-03-261-1/+1
* caif: fix MSG_OOB test in caif_seqpkt_recvmsg()Al Viro2015-03-261-1/+1
* inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet2015-03-261-3/+15
* rds: avoid potential stack overflowArnd Bergmann2015-03-261-18/+22
* net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-03-261-4/+6
* sunrpc: fix braino in ->poll()Al Viro2015-03-181-1/+1
* net: irda: fix wait_until_sent poll timeoutJohan Hovold2015-03-181-1/+3
* udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-03-182-2/+4
* net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas2015-03-181-9/+0
* net: reject creation of netdev names with colonsMatthew Thode2015-03-181-1/+1
* ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki2015-03-181-0/+1
* ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov2015-03-181-4/+7
* ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov2015-03-181-1/+1
* gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki2015-03-181-1/+14
* rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-03-181-2/+10
* ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau2015-03-181-1/+1
* rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann2015-03-181-8/+4
* libceph: fix double __remove_osd() problemIlya Dryomov2015-03-061-8/+18
* libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov2015-03-061-2/+2
* libceph: assert both regular and lingering lists in __remove_osd()Ilya Dryomov2015-03-061-0/+2
* net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara2015-02-261-1/+1
* ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-262-32/+35
* tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet2015-02-261-0/+1