summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| * | | 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-271-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/+7
| * | | | 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
| * | | | libceph: wait_request_timeout()Ilya Dryomov2016-05-261-13/+21
| * | | | libceph: request_init() and request_release_checks()Ilya Dryomov2016-05-261-17/+27
| * | | | libceph: a major OSD client updateIlya Dryomov2016-05-262-611/+587
| * | | | libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov2016-05-261-11/+18
| * | | | libceph: allocate ceph_osd with GFP_NOFAILIlya Dryomov2016-05-261-4/+1
| * | | | libceph: osd_init() and osd_cleanup()Ilya Dryomov2016-05-261-9/+37
| * | | | libceph: handle_one_map()Ilya Dryomov2016-05-262-56/+138
| * | | | libceph: allocate dummy osdmap in ceph_osdc_init()Ilya Dryomov2016-05-262-16/+29
| * | | | libceph: schedule tick from ceph_osdc_init()Ilya Dryomov2016-05-261-28/+9
OpenPOWER on IntegriCloud