summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-193-8/+12
* SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUTNeilBrown2018-12-192-2/+0
* NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-193-109/+4
* SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown2018-12-193-2/+9
* SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown2018-12-192-13/+8
* NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-193-24/+40
* SUNRPC: remove machine_cred field from struct auth_credNeilBrown2018-12-192-10/+7
* SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-194-31/+19
* SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-193-17/+13
* SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-194-2/+17
* SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUGBen Dooks2018-12-191-8/+0
* SUNRPC: Remove xprt_connect_status()Trond Myklebust2018-12-181-31/+1
* SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust2018-12-181-2/+2
* SUNRPC: Fix disconnection racesTrond Myklebust2018-12-183-5/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-0935-176/+278
|\
| * net/sched: cls_flower: Reject duplicated rules also under skip_swOr Gerlitz2018-12-091-13/+10
| * ipv6: Check available headroom in ip6_xmit() even without optionsStefano Brivio2018-12-071-21/+21
| * tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-071-11/+24
| * ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani2018-12-071-0/+1
| * ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-053-2/+21
| * sctp: frag_point sanity checkJakub Audykowicz2018-12-052-2/+7
| * tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-051-4/+7
| * tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-051-1/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-12-052-19/+29
| |\
| | * bpf: refactor bpf_test_run() to separate own failures and test program resultRoman Gushchin2018-12-011-6/+15
| | * bpf: Support sk lookup in netns with id 0Joe Stringer2018-11-301-5/+6
| | * bpf: fix pointer offsets in context for 32 bitDaniel Borkmann2018-11-301-8/+8
| * | net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-053-8/+8
| * | Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-12-0510-14/+33
| |\ \
| | * | cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()Jouni Malinen2018-12-051-0/+2
| | * | mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach2018-12-051-0/+1
| | * | mac80211: fix reordering of buffered broadcast packetsFelix Fietkau2018-12-051-2/+2
| | * | mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau2018-12-051-0/+2
| | * | cfg80211: Prevent regulatory restore during STA disconnect in concurrent inte...Sriram R2018-11-091-1/+5
| | * | mac80211: fix CSA beacon allocation sizeJohannes Berg2018-11-091-3/+4
| | * | cfg80211/mac80211: fix FTM settings across CSAJohannes Berg2018-11-091-0/+1
| | * | mac80211: Clear beacon_int in ieee80211_do_stopBen Greear2018-11-091-0/+2
| | * | mac80211: fix GFP_KERNEL under tasklet contextYan-Hsuan Chuang2018-11-091-2/+2
| | * | cfg80211: add missing constraint for user-supplied VHT maskSergey Matyukevich2018-11-092-2/+4
| | * | mac80211: fix missing unlock on error in ieee80211_mark_sta_auth()Wei Yongjun2018-11-091-4/+8
| * | | rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2018-12-041-0/+3
| * | | net/core: tidy up an error messageQian Cai2018-12-031-2/+2
| * | | sctp: kfree_rcu asocXin Long2018-12-031-1/+1
| * | | tcp: fix SNMP TCP timeout under-estimationYuchung Cheng2018-11-301-4/+4
| * | | tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng2018-11-301-1/+1
| * | | tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng2018-11-301-1/+1
| * | | net: dsa: Fix tagging attribute locationFlorian Fainelli2018-11-302-29/+33
| * | | net/sched: act_police: fix memory leak in case of invalid control actionDavide Caratti2018-11-301-12/+12
| * | | openvswitch: fix spelling mistake "execeeds" -> "exceeds"Colin Ian King2018-11-301-1/+1
| * | | sctp: update frag_point when stream_interleave is setXin Long2018-11-302-3/+7