aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-17tcp: correctly crypto_alloc_hash return checkInsu Yun1-1/+1
2016-02-17net: dsa: Unregister slave_dev in error pathFlorian Fainelli1-0/+1
2016-02-17l2tp: Fix error creating L2TP tunnelsMark Tomlinson1-4/+14
2016-02-17auth_gss: fix panic in gss_pipe_downcall() in fips modeScott Mayhew1-1/+1
2016-02-17xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.lenChuck Lever1-0/+2
2016-02-16tcp: md5: release request socket instead of listenerEric Dumazet1-2/+4
2016-02-16tcp: do not set rtt_min to 1Eric Dumazet1-1/+4
2016-02-16net: dsa: remove phy_disconnect from error pathSascha Hauer1-1/+0
2016-02-16tipc: fix premature addition of node to lookup tableJon Paul Maloy1-6/+6
2016-02-16bridge: mdb: avoid uninitialized variable warningArnd Bergmann1-2/+2
2016-02-16net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck1-0/+7
2016-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-16/+91
2016-02-16af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat1-1/+6
2016-02-16af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat1-6/+10
2016-02-16batman-adv: Avoid endless loop in bat-on-bat netdevice checkAndrew Lunn1-0/+25
2016-02-16batman-adv: Only put orig_node_vlan list reference when removedSven Eckelmann1-2/+4
2016-02-16batman-adv: Only put gw_node list reference when removedSven Eckelmann1-3/+4
2016-02-13vsock: Fix blocking ops call in prepare_to_waitLaura Abbott1-13/+6
2016-02-13ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet4-3/+11
2016-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-24/+85
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg3-3/+27
2016-02-09flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth_get_headlenAlexander Duyck1-3/+6
2016-02-09sctp: translate network order to host order when users get a hmacidXin Long1-2/+7
2016-02-09net:Add sysctl_max_skb_fragsHans Westgaard Ry3-2/+14
2016-02-09tcp: do not drop syn_recv on all icmp reportsEric Dumazet2-5/+11
2016-02-08ipv6: fix a lockdep splatEric Dumazet1-2/+3
2016-02-08unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa3-6/+13
2016-02-08netfilter: nft_counter: fix erroneous return valuesAnton Protopopov1-2/+2
2016-02-08netfilter: tee: select NF_DUP_IPV6 unconditionallyArnd Bergmann2-3/+3
2016-02-08netfilter: nfnetlink: correctly validate length of batch messagesPhil Turnbull1-4/+6
2016-02-06ipv6: addrconf: Fix recursive spin lock callsubashab@codeaurora.org1-1/+4
2016-02-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds3-12/+50
2016-02-04libceph: MOSDOpReply v7 encodingIlya Dryomov1-0/+10
2016-02-04crush: decode and initialize chooseleaf_stableIlya Dryomov1-5/+14
2016-02-04crush: add chooseleaf_stable tunableIlya Dryomov1-4/+14
2016-02-04crush: ensure take bucket value is validIlya Dryomov1-1/+2
2016-02-04crush: ensure bucket id is valid before indexing buckets arrayIlya Dryomov1-2/+10
2016-02-02mac80211: minstrel: Change expected throughput unit back to KbpsSven Eckelmann2-2/+3
2016-02-02mac80211: minstrel_ht: fix out-of-bound in minstrel_ht_set_best_prob_rateKonstantin Khlebnikov1-4/+5
2016-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds58-232/+335
2016-02-01netfilter: cttimeout: fix deadlock due to erroneous unlock/lock conversionFlorian Westphal1-1/+1
2016-02-01netfilter: nfnetlink: use original skbuff when acking batchesPablo Neira Ayuso1-3/+3
2016-02-01netfilter: conntrack: resched in nf_ct_iterate_cleanupFlorian Westphal2-3/+76
2016-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller5-35/+42
2016-01-29tcp: avoid cwnd undo after receiving ECNYuchung Cheng1-2/+0
2016-01-29irda: fix a potential use-after-free in ircomm_param_requestWANG Cong1-2/+1
2016-01-29ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni1-0/+3
2016-01-29ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni2-5/+8
2016-01-29netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA1-1/+2
2016-01-29fib_trie: Fix shift by 32 in fib_table_lookupAlexander Duyck1-3/+4