summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Copy policy family in clone_policyHerbert Xu2017-12-141-0/+1
* sctp: use the right sk after waking up from wait_buf sleepXin Long2017-12-141-10/+11
* sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long2017-12-141-3/+14
* sunrpc: Fix rpc_task_begin trace pointChuck Lever2017-12-141-2/+1
* route: update fnhe_expires for redirect when the fnhe existsXin Long2017-12-141-3/+2
* route: also update fnhe_genid when updating a route cacheXin Long2017-12-141-2/+7
* gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev2017-12-141-1/+1
* netfilter: don't track fragmented packetsFlorian Westphal2017-12-142-5/+4
* ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong2017-12-141-5/+5
* rds: tcp: Sequence teardown of listen and acceptor sockets to avoid racesSowmini Varadhan2017-12-143-8/+18
* vti6: Don't report path MTU below IPV6_MIN_MTU.Steffen Klassert2017-12-141-2/+6
* tcp: correct memory barrier usage in tcp_check_space()Jason Baron2017-12-091-1/+1
* tipc: fix cleanup at module unloadParthasarathy Bhuvaragan2017-12-091-3/+1
* tipc: fix nametbl_lock soft lockup at module exitParthasarathy Bhuvaragan2017-12-091-11/+5
* mac80211: don't try to sleep in rate_control_rate_init()Johannes Berg2017-12-091-2/+0
* net: sctp: fix array overrun read on sctp_timer_tblColin Ian King2017-12-091-1/+1
* mac80211: prevent skb/txq mismatchMichal Kazior2017-12-091-10/+7
* mac80211: calculate min channel width correctlyJohannes Berg2017-12-092-3/+2
* net: qrtr: Mark 'buf' as little endianStephen Boyd2017-12-091-2/+2
* vti6: fix device register to report IFLA_INFO_KINDDavid Forster2017-12-091-1/+1
* l2tp: take remote address into account in l2tp_ip and l2tp_ip6 socket lookupsGuillaume Nault2017-12-092-27/+12
* netfilter: nf_tables: fix oob accessFlorian Westphal2017-11-301-1/+1
* netfilter: nft_queue: use raw_smp_processor_id()Pablo Neira Ayuso2017-11-301-1/+1
* mac80211: Suppress NEW_PEER_CANDIDATE event if no roomMasashi Honma2017-11-301-6/+8
* mac80211: Remove invalid flag operations in mesh TSF synchronizationMasashi Honma2017-11-303-15/+0
* net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2017-11-302-5/+18
* RDS: RDMA: fix the ib_map_mr_sg_zbva() argumentSantosh Shilimkar2017-11-301-2/+3
* RDS: RDMA: return appropriate error on rdma map failuresSantosh Shilimkar2017-11-301-1/+10
* RDS: make message size limit compliant with specAvinash Repaka2017-11-303-1/+42
* net/9p: Switch to wait_event_killable()Tuomas Tynkkynen2017-11-302-9/+7
* NFC: fix device-allocation error returnJohan Hovold2017-11-301-1/+1
* libceph: don't WARN() if user tries to add invalid keyEric Biggers2017-11-301-1/+3
* vsock: use new wait API for vsock_stream_sendmsg()WANG Cong2017-11-301-13/+8
* ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-11-301-1/+5
* net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman2017-11-241-2/+3
* sctp: do not peel off an assoc from one netns to another oneXin Long2017-11-241-0/+4
* af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld2017-11-242-6/+12
* vlan: fix a use-after-free in vlan_device_event()Cong Wang2017-11-241-3/+3
* netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin2017-11-241-0/+1
* tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-241-7/+2
* tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov2017-11-241-1/+1
* tcp: provide timestamps for partial writesSoheil Hassas Yeganeh2017-11-211-8/+10
* netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal2017-11-181-78/+56
* netfilter: nat: avoid use of nf_conn_nat extensionFlorian Westphal2017-11-182-15/+5
* mac80211: don't compare TKIP TX MIC key in reinstall preventionJohannes Berg2017-11-181-2/+34
* mac80211: use constant time comparison with keysJason A. Donenfeld2017-11-181-1/+2
* mac80211: accept key reinstall without changing anythingJohannes Berg2017-11-181-4/+17
* net_sched: avoid matching qdisc with zero handleCong Wang2017-11-181-0/+2
* sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long2017-11-181-0/+32
* ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long2017-11-181-2/+7