summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | neigh: remove dynamic neigh table registration supportWANG Cong2014-11-114-140/+117
* | | | | | net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches2014-11-1120-102/+94
* | | | | | Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2014-11-1115-313/+649
|\ \ \ \ \ \
| * | | | | | openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme2014-11-096-168/+206
| * | | | | | openvswitch: Constify various function argumentsThomas Graf2014-11-0911-36/+38
| * | | | | | openvswitch: Remove redundant key ref from upcall_info.Pravin B Shelar2014-11-093-28/+32
| * | | | | | openvswitch: Optimize recirc action.Pravin B Shelar2014-11-091-45/+106
| * | | | | | openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang2014-11-0911-31/+262
| * | | | | | openvswitch: Export symbols as GPL symbols.Pravin B Shelar2014-11-092-8/+8
* | | | | | | dsa: Use netdev_<level> instead of printkJoe Perches2014-11-112-21/+17
* | | | | | | net: introduce SO_INCOMING_CPUEric Dumazet2014-11-116-2/+12
OpenPOWER on IntegriCloud