summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | | * mac80211: use secondary channel offset IE also beacons during CSALuciano Coelho2014-10-295-17/+10
| | | | * mac80211: flush keys for AP mode on ieee80211_do_stopFelix Fietkau2014-10-291-5/+6
| * | | | libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov2014-11-131-2/+2
| * | | | libceph: clear r_req_lru_item in __unregister_linger_request()Ilya Dryomov2014-11-131-0/+2
| * | | | libceph: unlink from o_linger_requests when clearing r_osdIlya Dryomov2014-11-131-0/+1
| * | | | libceph: do not crash on large auth ticketsIlya Dryomov2014-11-131-37/+132
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-11-032-16/+19
| |\ \ \ \
| | * | | | libceph: eliminate unnecessary allocation in process_one_ticket()Ilya Dryomov2014-10-311-15/+10
| | * | | | libceph: use memalloc flags for net IOMike Christie2014-10-301-1/+9
| * | | | | irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds2014-11-021-2/+0
* | | | | | tcp: limit GSO packets to half cwndEric Dumazet2014-11-131-4/+8
* | | | | | rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf2014-11-132-4/+4
* | | | | | rhashtable: Add parent argument to mutex_is_heldHerbert Xu2014-11-132-2/+2
* | | | | | netfilter: Move mutex_is_held under PROVE_LOCKINGHerbert Xu2014-11-131-0/+4
* | | | | | netlink: Move mutex_is_held under PROVE_LOCKINGHerbert Xu2014-11-131-2/+4
* | | | | | net: generic dev_disable_lro() stacked device handlingMichal Kubeček2014-11-131-10/+5
* | | | | | FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELSThomas Graf2014-11-131-1/+1
* | | | | | irda: Fix build failures after IRDA_DEBUG->pr_debugJoe Perches2014-11-126-18/+6
* | | | | | ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert2014-11-122-25/+138
* | | | | | udp: Neaten function pointer calls and add bracesJoe Perches2014-11-121-17/+17
* | | | | | irda: Convert IRDA_DEBUG to pr_debugJoe Perches2014-11-1236-1285/+797
* | | | | | irda: Remove IRDA_<TYPE> logging macrosJoe Perches2014-11-1125-206/+190
OpenPOWER on IntegriCloud