summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-07-14unused variables: silence compiler warningMax Krummenacher
2015-12-26rfkill-regulator: add dt supportTroy Kisky
2015-09-17net: tso: Export symbols for modular buildSachin Kamat
2015-09-17ethtool: Add generic options for tunablesGovindarajulu Varadarajan
2015-09-17ethtool: Name the 'no change' value for setting RSS hash key but not indir tableBen Hutchings
2015-09-17ethtool: Support for configurable RSS hash keyVenkata Duvvuru
2015-09-17net: Add a software TSO helper APIEzequiel Garcia
2015-08-10rds: rds_ib_device.refcount overflowWengang Wang
2015-08-10mac80211: clear subdir_stations when removing debugfsTom Hughes
2015-08-039p: forgetting to cancel request on interrupted zero-copy RPCAl Viro
2015-08-03SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust
2015-08-03mac80211: prevent possible crypto tx tailroom corruptionMichal Kazior
2015-08-03crush: fix a bug in tree bucket decodeIlya Dryomov
2015-07-10sctp: Fix race between OOTB responce and route removalAlexander Sverdlin
2015-07-10tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch
2015-07-10neigh: do not modify unlinked entriesJulian Anastasov
2015-07-10packet: avoid out of bounds read in round robin fanoutWillem de Bruijn
2015-07-10packet: read num_members once in packet_rcv_fanout()Eric Dumazet
2015-07-10bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov
2015-07-10sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-07-10net: don't wait for order-3 page allocationShaohua Li
2015-07-10bridge: fix multicast router rlist endless loopNikolay Aleksandrov
2015-07-03netfilter: nf_tables: allow to change chain policy without hook if it existsPablo Neira Ayuso
2015-07-03netfilter: nft_compat: set IP6T_F_PROTO flag if protocol is setPablo Neira Ayuso
2015-07-03netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson
2015-07-03netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warningsChen Gang
2015-06-22cfg80211: wext: clear sinfo struct before calling driverJohannes Berg
2015-06-22bridge: disable softirqs around br_fdb_update to avoid lockupNikolay Aleksandrov
2015-06-22ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer
2015-06-22udp: fix behavior of wrong checksumsEric Dumazet
2015-06-22net_sched: invoke ->attach() after setting dev->qdiscWANG Cong
2015-06-22unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn
2015-06-22bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo
2015-06-22ipv4: Avoid crashing in ip_errorEric W. Biederman
2015-06-22tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot
2015-06-22net: core: Correct an over-stringent device loop detection.Vlad Yasevich
2015-06-22crush: ensuring at most num-rep osds are selectedIlya Dryomov
2015-06-06svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew
2015-06-06mac80211: move WEP tailroom size checkJanusz Dziedzic
2015-06-06libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov
2015-06-06net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng
2015-05-13ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller
2015-05-06net: fix crash in build_skb()Eric Dumazet
2015-05-06net: do not deplete pfmemalloc reserveEric Dumazet
2015-05-06tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-05-06tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet
2015-05-06ip_forward: Drop frames with attached skb->skSebastian Pöhn
2015-04-29netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal
2015-04-29tcp: tcp_make_synack() should clear skb->tstampEric Dumazet
2015-04-29ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org