summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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/v...David S. Miller30-280/+152
2014-12-10net: sched: cls: use nla_nest_cancel instead of nlmsg_trimJiri Pirko6-13/+8
2014-12-10tipc: avoid double lock 'spin_lock:&seq->lock'Ying Xue1-1/+1
2014-12-10rocker: remove swdev modeRoopa Prabhu1-2/+8
2014-12-10Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller49-960/+4823
2014-12-10net: avoid to call skb_queue_len againLi RongQing1-1/+1
2014-12-10Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can...David S. Miller4-18/+11
2014-12-10tcp: refine TSO autosizingEric Dumazet2-57/+62
2014-12-10skb_copy_datagram_iovec() can dieAl Viro1-84/+0
2014-12-10switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitivesAl Viro1-35/+19
2014-12-10first fruits - kill l2cap ->memcpy_fromiovec()Al Viro5-19/+6
2014-12-10put iov_iter into msghdrAl Viro23-73/+59
2014-12-10vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro1-2/+2
2014-12-10switch l2cap ->memcpy_fromiovec() to msghdrAl Viro2-4/+4
2014-12-10switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2-5/+4
2014-12-10ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro6-9/+9
2014-12-10ipv6 equivalent of "ipv4: Avoid reading user iov twice after raw_probe_proto_...Al Viro1-56/+56
2014-12-10raw.c: stick msghdr into raw_frag_vecAl Viro1-4/+4
2014-12-10dst: no need to take reference on DST_NOCACHE dstsHannes Frederic Sowa2-26/+2
2014-12-10openvswitch: 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 reduplica...Gu Zheng1-12/+10
2014-12-09tcp_cubic: refine Hystart delay thresholdEric Dumazet1-1/+1
2014-12-09tcp_cubic: add SNMP counters to track how effective is HystartEric Dumazet2-9/+26
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko9-48/+0
2014-12-09tipc: fix missing spinlock init and nullptr oopsErik Hugne1-3/+6
2014-12-09net: avoid two atomic operations in fast clonesEric Dumazet1-17/+18
2014-12-09rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()Mahesh Bandewar2-7/+30
2014-12-09tipc: drop tx side permission checksErik Hugne1-37/+1
2014-12-09ipv6: remove useless spin_lock/spin_unlockDuan Jiong1-5/+1
2014-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller3-27/+54
2014-12-09ethtool: Support for configurable RSS hash functionEyal Perry1-32/+37
2014-12-09net_sched: cls_cgroup: remove unnecessary ifJiri Pirko1-5/+1
2014-12-09net_sched: cls_flow: remove duplicate assignmentsJiri Pirko1-3/+0
2014-12-09net_sched: cls_flow: remove faulty use of list_for_each_entry_rcuJiri Pirko1-2/+2
2014-12-09net_sched: cls_bpf: remove faulty use of list_for_each_entry_rcuJiri Pirko1-2/+2
2014-12-09net_sched: cls_bpf: remove unnecessary iteration and use passed argJiri Pirko1-12/+5
2014-12-09net_sched: cls_basic: remove unnecessary iteration and use passed argJiri Pirko1-11/+5
2014-12-09tipc: convert name table read-write lock to RCUYing Xue3-59/+60
2014-12-09tipc: remove unnecessary INIT_LIST_HEADYing Xue2-3/+0
2014-12-09tipc: simplify relationship between name table lock and node lockYing Xue1-9/+10
2014-12-09tipc: any name table member must be protected under name table lockYing Xue1-1/+2
2014-12-09tipc: ensure all name sequences are properly protected with its lockYing Xue1-21/+27
2014-12-09tipc: ensure all name sequences are released when name table is stoppedYing Xue1-4/+3
2014-12-09tipc: make name table allocated dynamicallyYing Xue3-65/+55