summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-10-15net: Add ndo_gso_checkTom Herbert1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-16/+16
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds9-228/+153
2014-10-159p/trans_virtio: enable VQs earlyMichael S. Tsirkin1-0/+2
2014-10-14tcp: TCP Small Queues and strange attractorsEric Dumazet1-7/+19
2014-10-14net: Trap attempts to call sock_kfree_s() with a NULL pointer.David S. Miller1-0/+2
2014-10-14rds: avoid calling sock_kfree_s() on allocation failureCong Wang1-3/+4
2014-10-14caif_usb: use target structure member in memsetFabian Frederick1-1/+1
2014-10-14caif_usb: remove redundant memory messageFabian Frederick1-3/+2
2014-10-14caif: replace kmalloc/memset 0 by kzallocFabian Frederick1-2/+2
2014-10-14ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko1-1/+1
2014-10-14tcp: fix tcp_ack() performance problemEric Dumazet1-9/+27
2014-10-14libceph: ceph-msgr workqueue needs a resque workerIlya Dryomov1-1/+5
2014-10-14libceph: separate multiple ops with commas in debugfs outputIlya Dryomov1-1/+2
2014-10-14libceph: sync osd op definitions in rados.hIlya Dryomov2-132/+8
2014-10-14libceph: reference counting pagelistYan, Zheng2-5/+6
2014-10-14ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing1-1/+0
2014-10-14tcp: fix ooo_okay setting vs Small QueuesEric Dumazet1-2/+6
2014-10-14libceph: don't try checking queue_work() return valueIlya Dryomov1-10/+5
2014-10-14libceph: Convert pr_warning to pr_warnJoe Perches5-37/+39
2014-10-14libceph: fix a use after free issue in osdmap_set_max_osdLi RongQing1-16/+16
2014-10-14libceph: select CRYPTO_CBC in addition to CRYPTO_AESIlya Dryomov1-0/+1
2014-10-14libceph: resend lingering requests with a new tidIlya Dryomov1-19/+54
2014-10-14libceph: abstract out ceph_osd_request enqueue logicIlya Dryomov1-7/+17
2014-10-14net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann2-26/+10
2014-10-14net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann1-0/+2
2014-10-14net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann2-60/+57
2014-10-14netfilter: nft_compat: fix hook validation for non-base chainsPablo Neira Ayuso1-0/+4
2014-10-14lib80211: remove unused print_ssid()Andy Shevchenko1-32/+0
2014-10-14batman-adv: replace strnicmp with strncasecmpRasmus Villemoes1-4/+4
2014-10-14netfilter: replace strnicmp with strncasecmpRasmus Villemoes5-18/+18
2014-10-13netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso5-0/+40
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds3-7/+14
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-47/+69
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+2
2014-10-11netfilter: missing module license in the nf_reject_ipvX modulesPablo Neira Ayuso2-0/+7
2014-10-10net: fix races in page->_count manipulationEric Dumazet1-7/+18
2014-10-10flow-dissector: Fix alignment issue in __skb_flow_get_portsAlexander Duyck1-13/+23
2014-10-10net: filter: fix the commentsLi RongQing1-6/+3
2014-10-10net: bpf: fix bpf syscall dependence on anon_inodesAlexei Starovoitov1-0/+1
2014-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-6/+4
2014-10-10Merge tag 'master-2014-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-2/+2
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds4-5/+5
2014-10-09net_sched: restore qdisc quota fairness limits after bulk dequeueJesper Dangaard Brouer1-7/+13
2014-10-09net: Missing @ before descriptions cause make xmldocs warningMasanari Iida1-5/+5
2014-10-09fix misuses of f_count() in ppp and netlinkAl Viro1-1/+1
2014-10-09netlabel: kernel-doc warning fixFabian Frederick1-1/+0
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds434-7910/+15378
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-14/+49