summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sch_tbf: update backlog as wellWANG Cong2016-06-041-0/+4
* sch_red: update backlog as wellWANG Cong2016-06-041-0/+4
* sch_drr: update backlog as wellWANG Cong2016-06-041-0/+4
* sch_prio: update backlog as wellWANG Cong2016-06-041-0/+4
* sch_hfsc: always keep backlog updatedWANG Cong2016-06-041-8/+4Star
* rds: fix an infoleak in rds_inc_info_copyKangjie Lu2016-06-031-0/+2
* tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu2016-06-031-1/+2
* Possible problem with e6afc8ac ("udp: remove headers from UDP packets before ...Eric Dumazet2016-06-032-11/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-06-0211-23/+33
|\
| * netfilter: nf_ct_helper: bail out on duplicated helpersPablo Neira Ayuso2016-05-311-5/+4Star
| * 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/+0Star
| * 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-022-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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-0125-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-301-2/+2
| * | net/lapb: tuse %*ph to dump buffersAndy Shevchenko2016-05-303-15/+8Star
| * | fou: add Kconfig options for IPv6 supportArnd Bergmann2016-05-303-2/+11
| * | sctp: fix double EPs display in sctp_diagXin Long2016-05-261-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-251-0/+11
| * | net_sched: avoid too many hrtimer_start() callsEric Dumazet2016-05-242-10/+7Star
| * | ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan2016-05-241-0/+1
| * | ip6_gre: Fix MTU setting for ip6gretapHaishuang Yan2016-05-241-0/+2
| * | ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2016-05-232-4/+8
| * | net/atm: sk_err_soft must be positiveStefan Hajnoczi2016-05-232-3/+3
* | | remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-281-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-266-1742/+3499
|\ \ \
| * | | libceph: make ceph_osdc_wait_request() uninterruptibleYan, Zheng2016-05-261-1/+1
| * | | ceph: make logical calculation functions return boolZhang Zhuoyu2016-05-261-1/+1
| * | | libceph: support for subscribing to "mdsmap.<id>" mapsIlya Dryomov2016-05-262-5/+14
| * | | libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov2016-05-262-14/+7Star
| * | | libceph: take osdc->lock in osdmap_show() and dump flags in hexIlya Dryomov2016-05-261-5/+5
| * | | libceph: pool deletion detectionIlya Dryomov2016-05-261-6/+242
| * | | libceph: async MON client generic requestsIlya Dryomov2016-05-261-106/+210
| * | | libceph: support for checking on status of watchIlya Dryomov2016-05-261-1/+51
| * | | libceph: support for sending notifiesIlya Dryomov2016-05-262-11/+226
| * | | libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov2016-05-263-249/+951