summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* libceph: fixup error handling in osdmap_decode()Ilya Dryomov2014-04-051-26/+27
* libceph: split osdmap allocation and decode stepsIlya Dryomov2014-04-052-16/+30
* libceph: dump osdmap and enhance output on decode errorsIlya Dryomov2014-04-051-6/+15
* libceph: dump pg_temp mappings to debugfsIlya Dryomov2014-04-051-0/+11
* libceph: do not prefix osd lines with \t in debugfs outputIlya Dryomov2014-04-051-1/+1
* libceph: refer to osdmap directly in osdmap_show()Ilya Dryomov2014-04-051-12/+14
* crush: add SET_CHOOSELEAF_VARY_R stepIlya Dryomov2014-04-051-0/+5
* crush: add chooseleaf_vary_r tunableIlya Dryomov2014-04-051-6/+24
* crush: allow crush rules to set (re)tries counts to 0Ilya Dryomov2014-04-051-2/+2
* crush: fix off-by-one errors in total_tries refactorIlya Dryomov2014-04-051-19/+27
* libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance()Yan, Zheng2014-04-051-0/+6
* libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov2014-04-031-0/+27
* libceph: encode CEPH_OSD_OP_FLAG_* op flagsIlya Dryomov2014-04-031-0/+2
* libceph: a per-osdc crush scratch bufferIlya Dryomov2014-04-031-9/+16
* vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich2014-03-281-0/+3
* bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2014-03-282-5/+20
* net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2014-03-282-5/+11
* ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa2014-03-281-51/+142
* tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet2014-03-281-1/+1
* openvswitch: fix a possible deadlock and lockdep warningFlavio Leitner2014-03-281-20/+6Star
* bridge: Fix handling stacked vlan tagsToshiaki Makita2014-03-281-17/+1Star
* bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita2014-03-282-3/+15
* core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-03-273-10/+32
* vlan: Set hard_header_len according to available accelerationVlad Yasevich2014-03-272-2/+5
* net: unix: non blocking recvmsg() should not return -EINTREric Dumazet2014-03-261-5/+12
* ip_tunnel: Fix dst ref-count.Pravin B Shelar2014-03-263-3/+9
* tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne2014-03-241-14/+15
* netpoll: fix the skb check in pkt_is_nsLi RongQing2014-03-241-1/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2014-03-202-5/+7
|\
| * openvswitch: Correctly report flow used times for first 5 minutes after boot.Ben Pfaff2014-03-201-1/+1
| * openvswitch: Fix race.Jarno Rajahalme2014-02-161-3/+4
| * openvswitch: Read tcp flags only then the tranport header is present.Jarno Rajahalme2014-02-161-0/+1
| * ovs: fix dp check in ovs_dp_reset_user_featuresJiri Pirko2014-02-161-1/+1
* | ip6mr: fix mfc notification flagsNicolas Dichtel2014-03-201-5/+8
* | ipmr: fix mfc notification flagsNicolas Dichtel2014-03-201-5/+8
* | rtnetlink: fix fdb notification flagsNicolas Dichtel2014-03-201-4/+6
* | ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien2014-03-181-8/+6Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-03-182-12/+13
|\ \
| * | selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov2014-03-102-6/+6
| * | net: af_key: fix sleeping under rcuNikolay Aleksandrov2014-03-101-6/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-1429-121/+207
|\ \ \
| * | | ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit2014-03-131-1/+4
| * | | net: socket: error on a negative msg_namelenMatthew Leach2014-03-121-0/+4
| * | | bridge: multicast: enable snooping on general queries onlyLinus Lüssing2014-03-121-3/+5
| * | | bridge: multicast: add sanity check for general query destinationLinus Lüssing2014-03-121-0/+19
| * | | tcp: tcp_release_cb() should release socket ownershipEric Dumazet2014-03-112-1/+15
| * | | skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin2014-03-111-0/+6
| * | | skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin2014-03-111-13/+13
| * | | skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin2014-03-111-22/+24
| * | | skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin2014-03-111-7/+7