aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-3/+0
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+20
2014-12-12fib_trie: Fix trie balancing issue if new node pushes down existing nodeAlexander Duyck1-1/+2
2014-12-12vlan: Add ability to always enable TSO/UFOToshiaki Makita1-3/+4
2014-12-11net: dsa: propagate error code from dsa_slave_phy_setupFlorian Fainelli1-4/+11
2014-12-11net: dsa: handle non-existing PHYs on switch internal busFlorian Fainelli1-0/+3
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds437-10163/+23145
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-13/+22
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+15
2014-12-10net: sock: fix access via invalid file descriptorAlexei Starovoitov1-2/+2
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng8-15/+10
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-43/+44
2014-12-10mm: memcontrol: lockless page countersJohannes Weiner1-43/+44
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds18-173/+177
2014-12-10Merge tag 'nfs-for-3.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds34-147/+536
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-24/+29
2014-12-10irda: Convert function pointer arrays and uses to constJoe Perches4-13/+15
2014-12-10llc: Make llc_sap_action_t function pointer arrays constJoe Perches2-11/+11
2014-12-10llc: Make llc_conn_ev_qfyr_t function pointer arrays constJoe Perches2-120/+120
2014-12-10llc: Make function pointer arrays constJoe Perches2-236/+236
2014-12-10net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann1-2/+2
2014-12-10netlink: use jhash as hashfn for rhashtableDaniel Borkmann1-1/+1
2014-12-10tipc: fix broadcast wakeup contention after congestionRichard Alpe2-5/+5
2014-12-10net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skbAlexander Duyck2-8/+68
2014-12-10net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_fragAlexander Duyck1-40/+77
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller30-280/+152
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-20/+18
2014-12-09net: sched: cls: use nla_nest_cancel instead of nlmsg_trimJiri Pirko6-13/+8
2014-12-09net: fix suspicious rcu_dereference_check in net/sched/sch_fq_codel.cValdis.Kletnieks@vt.edu1-1/+1
2014-12-09tcp: fix more NULL deref after prequeue changesEric Dumazet2-16/+16
2014-12-09tipc: avoid double lock 'spin_lock:&seq->lock'Ying Xue1-1/+1
2014-12-09rocker: remove swdev modeRoopa Prabhu1-2/+8
2014-12-09Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller49-960/+4823
2014-12-09net: avoid to call skb_queue_len againLi RongQing1-1/+1
2014-12-09Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller4-18/+11
2014-12-09tcp: refine TSO autosizingEric Dumazet2-57/+62
2014-12-09skb_copy_datagram_iovec() can dieAl Viro1-84/+0
2014-12-09switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro1-35/+19
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro5-19/+6
2014-12-09put iov_iter into msghdrAl Viro23-73/+59
2014-12-09vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro1-2/+2
2014-12-09switch l2cap ->memcpy_fromiovec() to msghdrAl Viro2-4/+4
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2-5/+4
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro6-9/+9
2014-12-09ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_opt"Al Viro1-56/+56
2014-12-09raw.c: stick msghdr into raw_frag_vecAl Viro1-4/+4
2014-12-09dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa2-26/+2
2014-12-09openvswitch: set correct protocol on route lookupJiri Benc1-1/+1
2014-12-09net: sched: cls_basic: fix error path in basic_change()Jiri Pirko1-3/+2
2014-12-09net/socket.c : introduce helper function do_sock_sendmsg to replace reduplicate codeGu Zheng1-12/+10