aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13crush: fix using plain integer as NULL warningYueHaibing1-2/+2
2018-08-13libceph: remove unnecessary non NULL check for request_keyYueHaibing1-1/+1
2018-08-02libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov1-2/+4
2018-08-02libceph: check authorizer reply/challenge length before readingIlya Dryomov1-0/+7
2018-08-02libceph: implement CEPHX_V2 calculation modeIlya Dryomov1-17/+56
2018-08-02libceph: add authorizer challengeIlya Dryomov5-6/+117
2018-08-02libceph: factor out encrypt_authorizer()Ilya Dryomov1-13/+36
2018-08-02libceph: factor out __ceph_x_decrypt()Ilya Dryomov1-9/+24
2018-08-02libceph: factor out __prepare_write_connect()Ilya Dryomov1-9/+12
2018-08-02libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov1-28/+26
2018-08-02ceph: fix whitespaceStephen Hemminger8-9/+1
2018-08-02libceph: use timespec64 for r_mtimeArnd Bergmann1-4/+4
2018-08-02libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann4-20/+20
2018-08-02libceph: amend "bad option arg" error messageIlya Dryomov1-2/+1
2018-08-02libceph: stop parsing when a bad int arg is detectedChengguang Xu1-4/+4
2018-08-02libceph: make ceph_osdc_notify{,_ack}() payload_len u32Ilya Dryomov1-4/+4
2018-07-24ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2-4/+10
2018-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-147/+189
2018-07-24Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller5-47/+32
2018-07-24cfg80211: never ignore user regulatory hintAmar Singhal1-25/+3
2018-07-23sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann1-3/+3
2018-07-24netfilter: nf_tables: move dumper state allocation into ->startFlorian Westphal1-104/+115
2018-07-23tcp: add tcp_ooo_try_coalesce() helperEric Dumazet1-4/+21
2018-07-23tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet1-2/+2
2018-07-23tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet1-2/+13
2018-07-23tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet1-0/+3
2018-07-23tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet1-4/+11
2018-07-23ip: hash fragments consistentlyPaolo Abeni2-0/+4
2018-07-23ipv6: use fib6_info_hold_safe() when necessaryWei Wang2-11/+33
2018-07-22rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-07-21multicast: do not restore deleted record source filter mode to new oneHangbin Liu2-4/+2
2018-07-21net: skb_segment() should not return NULLEric Dumazet1-5/+5
2018-07-21net/ipv6: Fix linklocal to global address with VRFDavid Ahern2-4/+7
2018-07-21net: caif: Add a missing rcu_read_unlock() in caif_flow_cbYueHaibing1-1/+3
2018-07-20tls: check RCV_SHUTDOWN in tls_wait_dataDoron Roberts-Kedes1-0/+3
2018-07-20tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2-13/+20
2018-07-20tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2-33/+11
2018-07-20tcp: helpers to send special DCTCP ackYuchung Cheng1-5/+17
2018-07-20netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal1-4/+4
2018-07-20netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal1-13/+29
2018-07-20netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal1-6/+11
2018-07-20netfilter: nf_tables: free flow table struct tooFlorian Westphal1-0/+1
2018-07-20netfilter: nf_tables: use dev->name directlyFlorian Westphal1-9/+5
2018-07-19net/page_pool: Fix inconsistent lock state warningTariq Toukan1-1/+1
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds64-485/+770
2018-07-18tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-07-18ipv6: sr: fix useless rol32 call on hashColin Ian King1-1/+1
2018-07-18Merge tag 'batadv-net-for-davem-20180717' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-10/+93
2018-07-18net: sched: Using NULL instead of plain integerYueHaibing1-2/+2
2018-07-18net/smc: reset recv timeout after clc handshakeKarsten Graul1-1/+2