summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: add link stat reset to new netlink apiRichard Alpe2014-11-213-0/+55
* tipc: add link set to new netlink apiRichard Alpe2014-11-213-0/+79
* tipc: add link get/dump to new netlink apiRichard Alpe2014-11-215-1/+413
* tipc: add publication dump to new netlink apiRichard Alpe2014-11-214-0/+154
* tipc: add sock dump to new netlink apiRichard Alpe2014-11-213-0/+110
* tipc: add bearer set to new netlink apiRichard Alpe2014-11-213-0/+55
* tipc: add bearer get/dump to new netlink apiRichard Alpe2014-11-214-0/+139
* tipc: add bearer disable/enable to new netlink apiRichard Alpe2014-11-217-3/+237
* net: sctp: keep owned chunk in destructor_arg instead of skb->cbDaniel Borkmann2014-11-211-8/+4
* packet: make packet_snd fail on len smaller than l2 headerWillem de Bruijn2014-11-211-8/+21
* sched: introduce vlan actionJiri Pirko2014-11-213-0/+219
* net: move vlan pop/push functions into common codeJiri Pirko2014-11-212-77/+104
* net: move make_writable helper into common codeJiri Pirko2014-11-212-25/+26
* vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2014-11-215-28/+11
* vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-217-17/+19
* vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko2014-11-211-1/+1
* openvswitch: actions: use skb_postpull_rcsum when possibleJiri Pirko2014-11-211-7/+2
* l2tp_eth: allow to set a specific mac addressAlexander Couzens2014-11-211-0/+1
* fold verify_iovec() into copy_msghdr_from_user()Al Viro2014-11-193-108/+75
* {compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro2014-11-193-89/+37
* separate kernel- and userland-side msghdrAl Viro2014-11-192-15/+18
* netlink: Deletion of an unnecessary check before the function call "__module_...Markus Elfring2014-11-191-2/+1
* net: pktgen: Deletion of an unnecessary check before the function call "proc_...Markus Elfring2014-11-191-2/+1
* tcp: make connect() mem charging friendlyEric Dumazet2014-11-191-40/+28
* icmp: Remove some spurious dropped packet profile hits from the ICMP pathRick Jones2014-11-183-20/+41
* dev_ioctl: use sizeof(x) instead of sizeof xFabian Frederick2014-11-181-3/+6
* net/core: include linux/types.h instead of asm/types.hFabian Frederick2014-11-181-1/+1
* net: fix spelling for synchronizedFabian Frederick2014-11-181-2/+2
* dccp: spelling s/reseting/resettingFabian Frederick2014-11-181-1/+1
* dccp: replace min/casting by min_tFabian Frederick2014-11-181-1/+1
* dccp: remove blank lines between function/EXPORT_SYMBOLFabian Frederick2014-11-181-6/+0
* dccp: kerneldoc warning fixesFabian Frederick2014-11-181-2/+2
* net: provide a per host RSS key generic infrastructureEric Dumazet2014-11-162-0/+30
* net: dsa: replace count*size kzalloc by kcallocFabian Frederick2014-11-161-2/+2
* net: dsa: replace count*size kmalloc by kmalloc_arrayFabian Frederick2014-11-161-1/+2
* openvswitch: use PTR_ERR_OR_ZEROFabian Frederick2014-11-161-3/+1
* tipc: allow one link per bearer to neighboring nodesHolger Brunck2014-11-161-2/+3
* openvswitch: Fix build failure.Pravin B Shelar2014-11-141-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-1417-93/+196
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-11-1320-97/+91
| |\
| | * netlink: Properly unbind in error conditions.Hiroaki SHIMODA2014-11-121-2/+3
| | * ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet2014-11-111-1/+1
| | * net: sctp: fix memory leak in auth key managementDaniel Borkmann2014-11-111-2/+0
| | * net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann2014-11-111-0/+3
| | * udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross2014-11-101-0/+2
| | * Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-11-067-31/+31
| | |\
| | | * Merge tag 'mac80211-for-john-2014-11-04' of git://git.kernel.org/pub/scm/linu...John W. Linville2014-11-047-31/+31
| | | |\
| | | | * mac80211: fix use-after-free in defragmentationJohannes Berg2014-11-031-7/+7
| | | | * mac80211: properly flush delayed scan work on interface removalJohannes Berg2014-10-301-1/+6
| | | | * mac80211: schedule the actual switch of the station before CSA count 0Luciano Coelho2014-10-291-1/+2
OpenPOWER on IntegriCloud