summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ieee802154: 6lowpan: fix frag reassemblyAlexander Aring2018-12-012-9/+9
* SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust2018-12-011-7/+1
* llc: do not use sk_eat_skb()Eric Dumazet2018-12-011-7/+4
* sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long2018-12-011-3/+7
* libceph: fall back to sendmsg for slab pagesIlya Dryomov2018-11-271-3/+9
* SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing2018-11-271-1/+1
* netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo2018-11-271-0/+20
* netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook2018-11-271-4/+4
* Revert "ipv6: set rt6i_protocol properly in the route when it is installed"Greg Kroah-Hartman2018-11-231-3/+8
* ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern2018-11-231-2/+5
* inet: frags: better deal with smp racesEric Dumazet2018-11-231-13/+15
* sctp: not allow to set asoc prsctp_enable by sockoptXin Long2018-11-231-21/+5
* net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet2018-11-231-0/+4
* ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca2018-11-231-1/+1
* flow_dissector: do not dissect l4 ports for fragments배석진2018-11-231-2/+2
* sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson2018-11-211-3/+2
* netfilter: conntrack: fix calculation of next bucket number in early_dropVasily Khoruzhick2018-11-211-5/+8
* 9p: clear dangling pointers in p9stat_freeDominique Martinet2018-11-211-0/+5
* nfsd: Fix an Oops in free_session()Trond Myklebust2018-11-131-1/+1
* net/ipv4: defensive cipso option parsingStefan Nuernberger2018-11-131-4/+7
* cgroup, netclassid: add a preemption point to write_classidMichal Hocko2018-11-131-0/+1
* xfrm: policy: use hlist rcu variants on insertFlorian Westphal2018-11-131-4/+4
* ip6_tunnel: Fix encapsulation layoutStefano Brivio2018-11-101-5/+5
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2018-11-101-0/+10
* net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2018-11-101-2/+3
* net: drop skb on failure in ip_check_defrag()Cong Wang2018-11-101-4/+8
* ethtool: fix a privilege escalation bugWenwen Wang2018-11-101-2/+6
* sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-11-101-3/+2
* net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti2018-11-103-6/+39
* net: socket: fix a missing-check bugWenwen Wang2018-11-101-3/+8
* net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski2018-11-101-1/+1
* net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern2018-11-101-2/+4
* llc: set SOCK_RCU_FREE in llc_sap_add_socket()Cong Wang2018-11-101-0/+1
* ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio2018-11-101-2/+1
* ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet2018-11-101-8/+8
* net: bridge: remove ipv6 zero address check in mcast queriesNikolay Aleksandrov2018-11-101-2/+1
* bridge: do not add port to router list when receives query with source 0.0.0.0Hangbin Liu2018-11-101-1/+9
* Revert "netfilter: ipv6: nf_defrag: drop skb dst before queueing"Sasha Levin2018-11-101-2/+0
* rxrpc: Only take the rwind and mtu values from latest ACKDavid Howells2018-11-101-9/+10
* rxrpc: Don't check RXRPC_CALL_TX_LAST after calling rxrpc_rotate_tx_window()David Howells2018-11-101-16/+19
* l2tp: remove configurable payload offsetJames Chapman2018-11-104-18/+6
* ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca2018-11-101-3/+3
* sctp: use right member as the param of list_for_each_entryXin Long2018-11-101-3/+3
* rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes2018-11-101-1/+2
* ip6_tunnel: Correct tos value in collect_md modeHaishuang Yan2018-11-101-2/+2
* mac80211: fix TX aggregation start/stop callback raceJohannes Berg2018-11-105-100/+71
* tipc: fix a race condition of releasing subscriber objectYing Xue2018-11-101-0/+2
* tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson2018-11-101-3/+3
* ipv6: set rt6i_protocol properly in the route when it is installedXin Long2018-11-101-8/+3
* Bluetooth: SMP: fix crash in unpairingMatias Karhumaa2018-11-103-10/+29