summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet2015-12-151-1/+1
| | * | | | skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich2015-12-151-1/+1
| | * | | | net: fix IP early demux racesEric Dumazet2015-12-142-5/+3
| | * | | | net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-145-0/+15
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-12-145-58/+56
| | |\ \ \ \
| | | * | | | netfilter: nf_tables: use reverse traversal commit_list in nf_tables_abortXin Long2015-12-131-1/+2
| | | * | | | netfilter: nf_dup: add missing dependencies with NF_CONNTRACKPablo Neira Ayuso2015-12-102-0/+2
| | | * | | | netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in ...Pablo Neira Ayuso2015-12-101-2/+0
| | | * | | | netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso2015-12-102-52/+46
| | | * | | | netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failureNikolay Borisov2015-12-091-0/+1
| | | * | | | netfilter: nfnetlink_queue: avoid harmless unnitialized variable warningsArnd Bergmann2015-11-231-3/+5
| | * | | | | net: Flush local routes when device changes vrf associationDavid Ahern2015-12-131-0/+9
| | * | | | | mpls: make via address optional for multipath routesRobert Shearman2015-12-121-9/+13
| | * | | | | mpls: fix out-of-bounds access when via address not specifiedRobert Shearman2015-12-121-5/+12
| | * | | | | mpls: don't dump RTA_VIA attribute if not specifiedRobert Shearman2015-12-121-2/+6
| | * | | | | mpls: validate L2 via address lengthRobert Shearman2015-12-121-0/+4
| | * | | | | openvswitch: Respect conntrack zone even if invalidJoe Stringer2015-12-111-2/+5
| | * | | | | openvswitch: Fix helper reference leakJoe Stringer2015-12-111-1/+8
| | * | | | | ipv6: sctp: clone options to avoid use after freeEric Dumazet2015-12-111-0/+8
| | * | | | | xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-112-13/+26
| | * | | | | xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet2015-12-111-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/+1
| | * | | | | 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-062-1/+3
| | * | | | | sctp: only drop the reference on the datamsg after sending a msglucien2015-12-061-4/+2
| | * | | | | sctp: hold the chunks only after the chunk is enqueued in outqlucien2015-12-062-2/+1
| | * | | | | sctp: also copy sk_tsflags when copying the socketMarcelo Ricardo Leitner2015-12-051-0/+1
| | * | | | | sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-052-2/+3
| | * | | | | sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner2015-12-051-2/+2
| | * | | | | ipv6: keep existing flags when setting IFA_F_OPTIMISTICBjørn Mork2015-12-051-1/+1
| | * | | | | gre6: allow to update all parameters via rtnlNicolas Dichtel2015-12-041-5/+3
| * | | | | | 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
| |\| | | | |
| * | | | | | cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-032-9/+11
* | | | | | | ipv6: add IPV6_HDRINCL option for raw socketsHannes Frederic Sowa2015-12-171-4/+16
* | | | | | | ipv6: allow routes to be configured with expire valuesXin Long2015-12-171-0/+10
* | | | | | | net: Pass ndm_state to route netlink FDB notifications.Hubert Sokolowski2015-12-161-7/+10
* | | | | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2015-12-1611-24/+367
|\ \ \ \ \ \ \
| * | | | | | | batman-adv: lock crc access in bridge loop avoidanceSimon Wunderlich2015-12-162-5/+32
| * | | | | | | batman-adv: Fix typo 'wether' -> 'whether'Sven Eckelmann2015-12-161-2/+2
| * | | | | | | batman-adv: Use chain pointer when purging fragmentsSven Eckelmann2015-12-161-4/+4
| * | | | | | | batman-adv: unify flags access style in tt global addSimon Wunderlich2015-12-161-1/+1