aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-04libceph: safely decode max_osd value in osdmap_decode()Ilya Dryomov1-2/+4
2014-04-04libceph: fixup error handling in osdmap_decode()Ilya Dryomov1-26/+27
2014-04-04libceph: split osdmap allocation and decode stepsIlya Dryomov2-16/+30
2014-04-04libceph: dump osdmap and enhance output on decode errorsIlya Dryomov1-6/+15
2014-04-04libceph: dump pg_temp mappings to debugfsIlya Dryomov1-0/+11
2014-04-04libceph: do not prefix osd lines with \t in debugfs outputIlya Dryomov1-1/+1
2014-04-04libceph: refer to osdmap directly in osdmap_show()Ilya Dryomov1-12/+14
2014-04-04crush: add SET_CHOOSELEAF_VARY_R stepIlya Dryomov1-0/+5
2014-04-04crush: add chooseleaf_vary_r tunableIlya Dryomov1-6/+24
2014-04-04crush: allow crush rules to set (re)tries counts to 0Ilya Dryomov1-2/+2
2014-04-04crush: fix off-by-one errors in total_tries refactorIlya Dryomov1-19/+27
2014-04-04libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance()Yan, Zheng1-0/+6
2014-04-03netfilter: nf_tables: fix wrong format in request_module()Pablo Neira Ayuso1-2/+2
2014-04-03netfilter: nf_tables: set names cannot be larger than 15 bytesPablo Neira Ayuso1-1/+2
2014-04-03netfilter: Add {ipt,ip6t}_osf aliases for xt_osfKirill Tkhai1-0/+2
2014-04-03netfilter: x_tables: allow to use cgroup match for LOCAL_IN nf hooksAlexey Perevalov1-1/+2
2014-04-03netfilter: connlimit: move lock array out of struct connlimit_dataFlorian Westphal1-9/+16
2014-04-03netfilter: connlimit: fix UP buildFlorian Westphal1-1/+1
2014-04-03net-gro: reset skb->truesize in napi_reuse_skb()Eric Dumazet1-0/+1
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds4-51/+11
2014-04-03tipc: fix regression bug where node events are not being generatedErik Hugne1-0/+3
2014-04-03net: add busy_poll device featureJiri Pirko2-0/+8
2014-04-03packet: fix packet_direct_xmit for BQL enabled driversDaniel Borkmann1-1/+1
2014-04-03packet: report tx_dropped in packet_direct_xmitDaniel Borkmann1-0/+1
2014-04-03s390/irq: Use defines for external interruption codesThomas Huth1-3/+3
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds342-7311/+15444
2014-04-03libceph: add support for CEPH_OSD_OP_SETALLOCHINT osd opIlya Dryomov1-0/+27
2014-04-03libceph: encode CEPH_OSD_OP_FLAG_* op flagsIlya Dryomov1-0/+2
2014-04-03libceph: a per-osdc crush scratch bufferIlya Dryomov1-9/+16
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-57/+43
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2014-04-01Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2014-04-01netpoll: Use skb_irq_freeable to make zap_completion_queue safe.Eric W. Biederman1-1/+1
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann5-21/+148
2014-04-01mac802154: make csma/cca parameters per-wpanPhoebe Buckheister9-235/+234
2014-04-01mac802154: allow only one WPAN to be up at any given timePhoebe Buckheister2-0/+26
2014-04-01net: filter: minor: fix kdoc in __sk_run_filterDaniel Borkmann1-2/+2
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina1-111/+7
2014-04-01Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linusJiri Kosina1-0/+90
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-16/+16
2014-03-31nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+16
2014-03-31Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller6-77/+106
2014-03-31ipv6: some ipv6 statistic counters failed to disable bhHannes Frederic Sowa4-10/+11
2014-03-31ipv6: strengthen fallback fragmentation id generationHannes Frederic Sowa1-12/+15
2014-03-31net-gro: restore frag0 optimizationEric Dumazet1-32/+64
2014-03-31rds: prevent dereference of a NULL device in rds_iw_laddr_checkSasha Levin1-1/+2
2014-03-31net-sysfs: expose number of carrier on/off changesdavid decotigny3-1/+18
2014-03-31ipv6: tcp_ipv6 policy route issueWang Yufen1-7/+11
2014-03-31ipv6: reuse rt6_need_strictWang Yufen1-6/+0