summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ipv6: xfrm: use 64-bit timestampsArnd Bergmann2018-07-111-1/+1
| * | | | xfrm: use time64_t for in-kernel timestampsArnd Bergmann2018-07-112-17/+17
| * | | | xfrm: Allow Set Mark to be Updated Using UPDSANathan Harold2018-07-011-0/+9
| * | | | xfrm: policy: remove pcpu policy cacheFlorian Westphal2018-06-253-151/+3
| * | | | xfrm: Add virtual xfrm interfacesSteffen Klassert2018-06-235-0/+1027
| * | | | xfrm: Add a new lookup key to match xfrm interfaces.Steffen Klassert2018-06-235-20/+79
| * | | | xfrm: Extend the output_mark to support input direction and masking.Steffen Klassert2018-06-235-15/+46
* | | | | net: sched: unmark chain as explicitly created on deleteJiri Pirko2018-07-261-0/+1
* | | | | tls: Skip zerocopy path for ITER_KVECDoron Roberts-Kedes2018-07-261-3/+4
* | | | | net: sched: cls_api: fix dead code in switchGustavo A. R. Silva2018-07-261-1/+0
* | | | | l2tp: remove ->recv_payload_hookGuillaume Nault2018-07-265-39/+18
* | | | | tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing2018-07-261-0/+1
* | | | | net/tls: Removed redundant checks for non-NULLVakul Garg2018-07-261-6/+3
* | | | | cbs: Add support for the graft functionVinicius Costa Gomes2018-07-261-9/+125
* | | | | rds: send: Fix dead code in rds_sendmsgGustavo A. R. Silva2018-07-251-1/+1
* | | | | net/rds/Kconfig: RDS should depend on IPV6Anders Roxell2018-07-251-1/+1
* | | | | net/smc: improve delete link processingKarsten Graul2018-07-255-23/+68
* | | | | net/smc: provide fallback reason codeKarsten Graul2018-07-255-29/+55
* | | | | net/smc: use correct vlan gid of RoCE deviceUrsula Braun2018-07-2512-81/+93
* | | | | net/smc: fewer parameters for smc_llc_send_confirm_link()Ursula Braun2018-07-253-13/+8
* | | | | tcp: make function tcp_retransmit_stamp() staticWei Yongjun2018-07-251-1/+1
* | | | | net/sched: cls_flower: Use correct inline function for assignment of vlan tpidJianbo Liu2018-07-251-2/+2
* | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-2429-284/+384
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2018-07-242-4/+10
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-07-246-147/+189
| |\ \ \ \
| | * | | | netfilter: nf_tables: move dumper state allocation into ->startFlorian Westphal2018-07-241-104/+115
| | * | | | netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal2018-07-201-4/+4
| | * | | | netfilter: nf_tables: don't allow to rename to already-pending nameFlorian Westphal2018-07-201-13/+29
| | * | | | netfilter: nf_tables: fix memory leaks on chain renameFlorian Westphal2018-07-201-6/+11
| | * | | | netfilter: nf_tables: free flow table struct tooFlorian Westphal2018-07-201-0/+1
| | * | | | netfilter: nf_tables: use dev->name directlyFlorian Westphal2018-07-201-9/+5
| | * | | | netfilter: nft_set_rbtree: fix panic when destroying set by GCTaehee Yoo2018-07-181-2/+5
| | * | | | netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()Taehee Yoo2018-07-181-0/+1
| | * | | | netfilter: nf_tables: fix jumpstack depth validationTaehee Yoo2018-07-173-9/+18
| * | | | | Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-07-245-47/+32
| |\ \ \ \ \
| | * | | | | cfg80211: never ignore user regulatory hintAmar Singhal2018-07-241-25/+3
| | * | | | | nl80211: Add a missing break in parse_station_flagsBernd Edlinger2018-07-091-0/+1
| | * | | | | nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior2018-07-063-21/+26
| | * | | | | mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org2018-07-031-1/+2
| * | | | | | sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann2018-07-231-3/+3
| | |_|_|_|/ | |/| | | |
| * | | | | tcp: add tcp_ooo_try_coalesce() helperEric Dumazet2018-07-231-4/+21
| * | | | | tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet2018-07-231-2/+2
| * | | | | tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet2018-07-231-2/+13
| * | | | | tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet2018-07-231-0/+3
| * | | | | tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet2018-07-231-4/+11
| * | | | | ip: hash fragments consistentlyPaolo Abeni2018-07-232-0/+4
| * | | | | ipv6: use fib6_info_hold_safe() when necessaryWei Wang2018-07-232-11/+33
| * | | | | rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu2018-07-221-3/+6
| * | | | | multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-07-212-4/+2
| * | | | | net: skb_segment() should not return NULLEric Dumazet2018-07-211-5/+5