summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | openvswitch: Fix helper reference leakJoe Stringer2015-12-121-1/+8
| * | | | ipv6: sctp: clone options to avoid use after freeEric Dumazet2015-12-121-0/+8
| * | | | xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-122-13/+26
| * | | | xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet2015-12-121-2/+9
| * | | | xfrm: take care of request socketsEric Dumazet2015-12-071-0/+2
| * | | | ipv6: sctp: fix lockdep splat in sctp_v6_get_dst()Eric Dumazet2015-12-071-2/+1Star
| * | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2015-12-073-9/+31
| |\ \ \ \
| | * | | | batman-adv: Fix invalid stack access in batadv_dat_select_candidatesSven Eckelmann2015-12-071-1/+4
| | * | | | batman-adv: fix erroneous client entry duplicate detectionMarek Lindner2015-12-071-2/+4
| | * | | | batman-adv: avoid keeping false temporary entrySimon Wunderlich2015-12-071-2/+8
| | * | | | batman-adv: fix speedy join for DAT cache repliesSimon Wunderlich2015-12-071-4/+15
| * | | | | mpls: fix sending of local encapped packetsRobert Shearman2015-12-071-2/+2
| |/ / / /
| * | | | sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2015-12-072-1/+3
| * | | | sctp: only drop the reference on the datamsg after sending a msglucien2015-12-061-4/+2Star
| * | | | sctp: hold the chunks only after the chunk is enqueued in outqlucien2015-12-062-2/+1Star
| * | | | sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner2015-12-061-0/+1
| * | | | sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-062-2/+3
| * | | | sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner2015-12-061-2/+2
| * | | | ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork2015-12-061-1/+1
| * | | | gre6: allow to update all parameters via rtnlNicolas Dichtel2015-12-041-5/+3Star
* | | | | sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-3/+3
* | | | | Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-12-132-8/+12
|\ \ \ \ \
| * | | | | SUNRPC: Fix callback channelTrond Myklebust2015-12-072-8/+12
| |/ / / /
* | | | | Merge branch 'master' into for-4.4-fixesTejun Heo2015-12-0796-617/+1044
|\| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-0470-298/+596
| |\ \ \ \
| | * \ \ \ Merge tag 'mac80211-for-davem-2015-12-02' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-12-036-15/+21
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | mac80211: fix off-channel mgmt-tx uninitialized variable usageJohannes Berg2015-12-021-2/+6
| | | * | | mac80211: do not actively scan DFS channelsAntonio Quartulli2015-12-021-4/+5
| | | * | | mac80211: don't teardown sdata on sdata stopEliad Peller2015-12-021-1/+1
| | | * | | mac80211: always set the buf_size in AddBA req to 64Gregory Greenman2015-11-201-1/+2
| | | * | | mac80211: ensure we don't update tx power on a non-running sdataEmmanuel Grumbach2015-11-201-1/+2
| | | * | | mac80211: mesh: fix call_rcu() usageJohannes Berg2015-11-171-4/+4
| | | * | | mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATEJohannes Berg2015-11-171-2/+1Star
| | * | | | net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet2015-12-034-14/+23
| | * | | | openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni2015-12-032-3/+7
| | * | | | ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn2015-12-031-2/+3
| | * | | | ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet2015-12-031-1/+8
| | * | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-12-031-1/+6
| | |\ \ \ \
| | | * | | | Bluetooth: Fix l2cap_chan leak in SMPJohan Hedberg2015-11-111-1/+6
| | * | | | | ipv6: kill sk_dst_lockEric Dumazet2015-12-036-31/+7Star
| | * | | | | ipv6: sctp: add rcu protection around np->optEric Dumazet2015-12-031-3/+10
| | * | | | | net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov2015-12-031-2/+2
| | * | | | | sctp: use GFP_USER for user-controlled kmallocMarcelo Ricardo Leitner2015-12-031-2/+2
| | * | | | | ipv6: add complete rcu protection around np->optEric Dumazet2015-12-0311-50/+101
| | * | | | | openvswitch: properly refcount vport-vxlan modulePaolo Abeni2015-12-024-5/+9
| | * | | | | net: fix sock_wake_async() rcu protectionEric Dumazet2015-12-013-25/+22Star
| | * | | | | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATAEric Dumazet2015-12-0115-38/+36Star
| | * | | | | Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel2015-12-013-9/+5Star
| | * | | | | tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet2015-11-301-0/+1
| | * | | | | af-unix: passcred support for sendpageHannes Frederic Sowa2015-11-301-15/+64