summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-11-21tipc: add name table dump to new netlink apiRichard Alpe3-3/+200
2014-11-21tipc: add net set to new netlink apiRichard Alpe3-0/+53
2014-11-21tipc: add net dump to new netlink apiRichard Alpe3-2/+73
2014-11-21tipc: add node get/dump to new netlink apiRichard Alpe3-1/+106
2014-11-21tipc: add media set to new netlink apiRichard Alpe3-0/+53
2014-11-21tipc: add media get/dump to new netlink apiRichard Alpe3-0/+135
2014-11-21tipc: add link stat reset to new netlink apiRichard Alpe3-0/+55
2014-11-21tipc: add link set to new netlink apiRichard Alpe3-0/+79
2014-11-21tipc: add link get/dump to new netlink apiRichard Alpe5-1/+413
2014-11-21tipc: add publication dump to new netlink apiRichard Alpe4-0/+154
2014-11-21tipc: add sock dump to new netlink apiRichard Alpe3-0/+110
2014-11-21tipc: add bearer set to new netlink apiRichard Alpe3-0/+55
2014-11-21tipc: add bearer get/dump to new netlink apiRichard Alpe4-0/+139
2014-11-21tipc: add bearer disable/enable to new netlink apiRichard Alpe7-3/+237
2014-11-21net: sctp: keep owned chunk in destructor_arg instead of skb->cbDaniel Borkmann1-8/+4
2014-11-21packet: make packet_snd fail on len smaller than l2 headerWillem de Bruijn1-8/+21
2014-11-21sched: introduce vlan actionJiri Pirko3-0/+219
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko2-77/+104
2014-11-21net: move make_writable helper into common codeJiri Pirko2-25/+26
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko5-28/+11
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko7-17/+19
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko1-1/+1
2014-11-21openvswitch: actions: use skb_postpull_rcsum when possibleJiri Pirko1-7/+2
2014-11-21l2tp_eth: allow to set a specific mac addressAlexander Couzens1-0/+1
2014-11-20fold verify_iovec() into copy_msghdr_from_user()Al Viro3-108/+75
2014-11-20{compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro3-89/+37
2014-11-20separate kernel- and userland-side msghdrAl Viro2-15/+18
2014-11-19netlink: Deletion of an unnecessary check before the function call "__module_...Markus Elfring1-2/+1
2014-11-19net: pktgen: Deletion of an unnecessary check before the function call "proc_...Markus Elfring1-2/+1
2014-11-19tcp: make connect() mem charging friendlyEric Dumazet1-40/+28
2014-11-18icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones3-20/+41
2014-11-18dev_ioctl: use sizeof(x) instead of sizeof xFabian Frederick1-3/+6
2014-11-18net/core: include linux/types.h instead of asm/types.hFabian Frederick1-1/+1
2014-11-18net: fix spelling for synchronizedFabian Frederick1-2/+2
2014-11-18dccp: spelling s/reseting/resettingFabian Frederick1-1/+1
2014-11-18dccp: replace min/casting by min_tFabian Frederick1-1/+1
2014-11-18dccp: remove blank lines between function/EXPORT_SYMBOLFabian Frederick1-6/+0
2014-11-18dccp: kerneldoc warning fixesFabian Frederick1-2/+2
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet2-0/+30
2014-11-16net: dsa: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-11-16net: dsa: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+2
2014-11-16openvswitch: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-11-16tipc: allow one link per bearer to neighboring nodesHolger Brunck1-2/+3
2014-11-14openvswitch: Fix build failure.Pravin B Shelar1-4/+2
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-93/+196
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-97/+91
2014-11-13tcp: limit GSO packets to half cwndEric Dumazet1-4/+8
2014-11-13rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf2-4/+4
2014-11-13rhashtable: Add parent argument to mutex_is_heldHerbert Xu2-2/+2
2014-11-13netfilter: Move mutex_is_held under PROVE_LOCKINGHerbert Xu1-0/+4