summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann2016-06-073-7/+19
| * | | act_police: fix a crash during removalWANG Cong2016-06-071-22/+11
| * | | fq_codel: return non zero qlen in class dumpsEric Dumazet2016-06-071-1/+1
| * | | net: cls_u32: be more strict about skip-sw flagJakub Kicinski2016-06-071-10/+11
| * | | net: cls_u32: fix error code for invalid flagsJakub Kicinski2016-06-071-1/+1
| * | | rxrpc: fix ptr_ret.cocci warningsWu Fengguang2016-06-071-3/+1
| * | | RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()Sowmini Varadhan2016-06-075-8/+27
| * | | RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re...Sowmini Varadhan2016-06-072-0/+2
| * | | RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safelySowmini Varadhan2016-06-073-12/+67
| * | | fq_codel: fix NET_XMIT_CN behaviorEric Dumazet2016-06-071-6/+18
| * | | net_sched: keep backlog updated with qlenWANG Cong2016-06-061-0/+2
| * | | soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPFHelge Deller2016-06-061-1/+2
| * | | sch_tbf: update backlog as wellWANG Cong2016-06-031-0/+4
| * | | sch_red: update backlog as wellWANG Cong2016-06-031-0/+4
| * | | sch_drr: update backlog as wellWANG Cong2016-06-031-0/+4
| * | | sch_prio: update backlog as wellWANG Cong2016-06-031-0/+4
| * | | sch_hfsc: always keep backlog updatedWANG Cong2016-06-031-8/+4
| * | | rds: fix an infoleak in rds_inc_info_copyKangjie Lu2016-06-021-0/+2
| * | | tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu2016-06-021-1/+2
| * | | Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet2016-06-022-11/+11
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-06-0111-23/+33
| |\ \
| | * | netfilter: nf_ct_helper: bail out on duplicated helpersPablo Neira Ayuso2016-05-311-5/+4
| | * | netfilter: nf_tables: validate NFTA_SET_TABLE parameterPhil Turnbull2016-05-301-0/+2
| | * | netfilter: nf_dup_ipv6: set again FLOWI_FLAG_KNOWN_NH at flowi6_flagsPaolo Abeni2016-05-301-0/+1
| | * | netfilter: nf_ct_helper: Fix helper unregister count.Taehee Yoo2016-05-305-0/+5
| | * | netfilter: nf_queue: Make the queue_handler pernetEric W. Biederman2016-05-252-15/+20
| | * | netfilter: conntrack: remove leftover binary sysctl defineFlorian Westphal2016-05-251-2/+0
| | * | netfilter: nfnetlink_queue: fix timestamp attributeFlorian Westphal2016-05-121-1/+1
| * | | Merge tag 'mac80211-for-davem-2016-06-01' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-06-012-1/+5
| |\ \ \ | | | |/ | | |/|
| | * | mac80211: fix fast_tx header alignmentFelix Fietkau2016-05-311-1/+1
| | * | mac80211: mesh: flush mesh paths unconditionallyBob Copeland2016-05-311-0/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-06-042-28/+27
|\ \ \ \ | |/ / / |/| | |
| * | | libceph: use %s instead of %pE in dout()sIlya Dryomov2016-05-302-5/+5
| * | | libceph: put request only if it's done in handle_reply()Ilya Dryomov2016-05-301-3/+3
| * | | libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2016-05-301-20/+19
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-3125-71/+203
|\ \ \ \ | |/ / / |/| | |
| * | | fou: fix IPv6 Kconfig optionsArnd Bergmann2016-05-312-2/+2
| * | | openvswitch: update checksum in {push,pop}_mplsSimon Horman2016-05-311-5/+15
| * | | sctp: sctp_diag should dump sctp socket typeXin Long2016-05-311-0/+1
| * | | vlan: Propagate MAC address to VLANsMike Manning2016-05-313-3/+24
| * | | net: pktgen: Call destroy_hrtimer_on_stack()Guenter Roeck2016-05-311-4/+4
| |/ /
| * | net: l2tp: Make l2tp_ip6 namespace awareShmulik Ladkani2016-05-301-5/+7
| * | ieee802154: fix logic error in ieee802154_llsec_parse_dev_addrBaozeng Ding2016-05-291-2/+2
| * | net/lapb: tuse %*ph to dump buffersAndy Shevchenko2016-05-293-15/+8
| * | fou: add Kconfig options for IPv6 supportArnd Bergmann2016-05-293-2/+11
| * | sctp: fix double EPs display in sctp_diagXin Long2016-05-251-0/+3
| * | net: hwbm: Fix unbalanced spinlock in error caseGregory CLEMENT2016-05-251-0/+3
| * | tipc: fix potential null pointer dereferences in some compat functionsBaozeng Ding2016-05-251-18/+93
| * | net sched actions: policer missing timestamp processingJamal Hadi Salim2016-05-241-0/+11
| * | net_sched: avoid too many hrtimer_start() callsEric Dumazet2016-05-242-10/+7
OpenPOWER on IntegriCloud