aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-19fold verify_iovec() into copy_msghdr_from_user()Al Viro3-108/+75
2014-11-19{compat_,}verify_iovec(): switch to generic copying of iovecsAl Viro3-89/+37
2014-11-19separate kernel- and userland-side msghdrAl Viro2-15/+18
2014-11-19netlink: Deletion of an unnecessary check before the function call "__module_get"Markus Elfring1-2/+1
2014-11-19net: pktgen: Deletion of an unnecessary check before the function call "proc_remove"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-13Merge 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
2014-11-13netlink: Move mutex_is_held under PROVE_LOCKINGHerbert Xu1-2/+4
2014-11-13net: generic dev_disable_lro() stacked device handlingMichal Kubeček1-10/+5
2014-11-13FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELSThomas Graf1-1/+1
2014-11-13libceph: change from BUG to WARN for __remove_osd() assertsIlya Dryomov1-2/+2
2014-11-13libceph: clear r_req_lru_item in __unregister_linger_request()Ilya Dryomov1-0/+2
2014-11-13libceph: unlink from o_linger_requests when clearing r_osdIlya Dryomov1-0/+1
2014-11-13libceph: do not crash on large auth ticketsIlya Dryomov1-37/+132
2014-11-12irda: Fix build failures after IRDA_DEBUG->pr_debugJoe Perches6-18/+6
2014-11-12netlink: Properly unbind in error conditions.Hiroaki SHIMODA1-2/+3
2014-11-12ip_tunnel: Ops registration for secondary encap (fou, gue)Tom Herbert2-25/+138
2014-11-12udp: Neaten function pointer calls and add bracesJoe Perches1-17/+17
2014-11-12irda: Convert IRDA_DEBUG to pr_debugJoe Perches36-1285/+797
2014-11-11irda: Remove IRDA_<TYPE> logging macrosJoe Perches25-206/+190
2014-11-11ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet1-1/+1
2014-11-11neigh: remove dynamic neigh table registration supportWANG Cong4-140/+117
2014-11-11net: sctp: fix memory leak in auth key managementDaniel Borkmann1-2/+0
2014-11-11net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed packetDaniel Borkmann1-0/+3
2014-11-11net: Convert LIMIT_NETDEBUG to net_dbg_ratelimitedJoe Perches20-102/+94
2014-11-11Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitchDavid S. Miller15-313/+649
2014-11-11dsa: Use netdev_<level> instead of printkJoe Perches2-21/+17
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet6-2/+12
2014-11-11tcp: move sk_mark_napi_id() at the right placeEric Dumazet2-2/+4
2014-11-10udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross1-0/+2
2014-11-10Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller83-2176/+4065