summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Properly define functions with no parametersBen Hutchings2012-07-101-1/+1
* rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().David S. Miller2012-07-101-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-051-0/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-07-031-2/+2
| |\
| * \ Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2012-07-031-0/+1
| |\ \
| | * | splice: fix racy pipe->buffers usesEric Dumazet2012-06-131-0/+1
* | | | net-next: Add netif_get_num_default_rss_queuesYuval Mintz2012-07-051-0/+11
* | | | net: Kill dst->_neighbour, accessors, and final uses.David S. Miller2012-07-051-18/+0
* | | | neigh: Convert over to dst_neigh_lookup_skb().David S. Miller2012-07-051-3/+16
* | | | net: Do delayed neigh confirmation.David S. Miller2012-07-051-1/+2
* | | | ipv4: Make neigh lookups directly in output packet path.David S. Miller2012-07-051-5/+7
* | | | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-292-4/+13
* | | | ipv4: Elide fib_validate_source() completely when possible.David S. Miller2012-06-291-0/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-281-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee2012-06-281-2/+2
| |/ /
* | | net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet2012-06-271-1/+0
* | | netlink: Get rid of obsolete rtnetlink macrosThomas Graf2012-06-271-13/+0
* | | sock_diag: Do not use RTA_PUT() macrosThomas Graf2012-06-271-9/+3
* | | ipv4: Early TCP socket demux.David S. Miller2012-06-191-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-152-27/+7
|\ \ \ | |/ /
| * | net: remove skb_orphan_try()Eric Dumazet2012-06-151-22/+1
| * | netpoll: fix netpoll_send_udp() bugsEric Dumazet2012-06-131-5/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-123-11/+9
|\ \ \ | |/ /
| * | net/core: fix kernel-doc warningsRandy Dunlap2012-06-082-3/+3
| * | net: neighbour: fix neigh_dump_info()Eric Dumazet2012-06-071-8/+6
* | | ethtool: Make more commands available to unprivileged processesBen Hutchings2012-06-121-0/+5
* | | net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado2012-06-121-0/+17
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-121-74/+0
|\ \ \
| * | | wireless: remove wext sysfsJohannes Berg2012-06-051-74/+0
| | |/ | |/|
* | | Added kernel support in EEE Ethtool commandsYuval Mintz2012-06-071-0/+40
* | | net: Update kernel-doc for __alloc_skb()Ben Hutchings2012-06-071-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-061-69/+33
|\ \ \ | | |/ | |/|
| * | drop_monitor: dont sleep in atomic contextEric Dumazet2012-06-041-69/+33
| |/
* | sock_diag: add SK_MEMINFO_BACKLOGEric Dumazet2012-06-041-0/+1
|/
* net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang2012-05-311-2/+5
* drop_monitor: Add module alias to enable automatic module loadingNeil Horman2012-05-291-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-2/+2
|\
| * userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgidEric W. Biederman2012-05-031-2/+2
* | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-05-222-24/+16
|\ \
| * | cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa2012-04-101-5/+5
| * | cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-011-6/+2
| * | cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo2012-04-011-15/+11
| |/
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-211-0/+6
|\ \
| * \ Merge tag 'v3.4-rc5' into nextJames Morris2012-05-044-16/+42
| |\ \
| * | | sk_run_filter: add BPF_S_ANC_SECCOMP_LD_WWill Drewry2012-04-141-0/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-201-2/+2
|\ \ \ \
| * | | | pktgen: fix module unload for goodEric Dumazet2012-05-181-2/+2
* | | | | net: introduce skb_try_coalesce()Eric Dumazet2012-05-191-0/+86
* | | | | net: napi_frags_skb() is staticEric Dumazet2012-05-191-2/+1
* | | | | net: introduce netdev_alloc_frag()Eric Dumazet2012-05-181-41/+41
OpenPOWER on IntegriCloud