summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: relax rcvbuf limitsEric Dumazet2011-12-231-5/+1Star
* rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()Xi Wang2011-12-231-2/+5
* net: Add a flow_cache_flush_deferred functionSteffen Klassert2011-12-211-0/+12
* net: Silence seq_scale() unused warningStephen Boyd2011-12-061-0/+2
* ipv4:correct description for tcp_max_syn_backlogPeter Pan(潘卫平)2011-12-061-3/+4
* net/core: fix rollback handler in register_netdevice_notifierRongQing.Li2011-12-011-1/+2
* net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard2011-11-292-2/+7
* netns: fix proxy ARP entries listing on a netnsJorge Boncompte [DTI2]2011-11-251-1/+4
* net: correct comments of skb_shiftFeng King2011-11-221-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-079-0/+9
|\
| * net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-018-0/+8
| * net: Fix files explicitly needing to include module.hPaul Gortmaker2011-11-011-0/+1
* | net: Add back alignment for size for __alloc_skbTony Lindgren2011-11-031-0/+1
* | neigh: Kill bogus SMP protected debugging message.David S. Miller2011-11-011-5/+1Star
* | vlan: allow nested vlan_do_receive()Eric Dumazet2011-10-301-2/+2
|/
* net: Unlock sock before calling sk_free()Thomas Gleixner2011-10-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2011-10-2521-263/+515
|\
| * Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-253-3/+15
| |\
| | * rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman2011-10-241-0/+1
| | * net: hold sock reference while processing tx timestampsRichard Cochran2011-10-241-2/+10
| * | tcp: add const qualifiers where possibleEric Dumazet2011-10-211-1/+1
| * | dev: use name hash for dev_seq_opsMihai Maruseac2011-10-211-15/+69
| * | net: add opaque struct around skb frag pageIan Campbell2011-10-211-3/+3
| * | pktgen: remove ndelay() callEric Dumazet2011-10-201-4/+7
| * | net: do not take an additional reference in skb_frag_set_pageIan Campbell2011-10-201-0/+1
| * | neigh: fix rcu splat in neigh_update()roy.qing.li@gmail.com2011-10-201-0/+4
| * | filter: use unsigned int to silence static checker warningDan Carpenter2011-10-201-1/+1
| * | net: validate HWTSTAMP ioctl parametersRichard Cochran2011-10-191-0/+58
| * | net: Move rcu_barrier from rollback_registered_many to netdev_run_todo.Eric W. Biederman2011-10-191-1/+7
| * | net: Allow skb_recycle_check to be done in stagesAndy Fleming2011-10-191-25/+26
| * | net: add skb frag size accessorsEric Dumazet2011-10-195-53/+57
| * | net: allow vlan traffic to be received under bondJohn Fastabend2011-10-191-11/+11
| * | net/flow: Fix potential memory leakhuajun li2011-10-181-1/+13
| * | if_link: Add additional parameter to IFLA_VF_INFO for spoof checkingGreg Rose2011-10-161-3/+30
| * | net: more accurate skb truesizeEric Dumazet2011-10-132-5/+15
| * | net: use sock_valbool_flag to set/clear SOCK_RXQ_OVFLJohannes Berg2011-10-071-4/+1Star
| * | RPS: Ensure that an expired hardware filter can be re-added laterBen Hutchings2011-10-031-6/+3Star
| * | net: rps: fix the support for PPPOEChangli Gao2011-09-281-1/+11
| * | af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet2011-09-281-4/+6
| * | Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-226-25/+57
| |\ \
| * | | net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-153-31/+17Star
| * | | net: linkwatch: allow vlans to get carrier changes fasterEric Dumazet2011-09-151-2/+7
| * | | net: convert core to skb paged frag APIsIan Campbell2011-08-257-36/+36
| * | | rps: support IPIP encapsulationEric Dumazet2011-08-251-0/+2
| * | | net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko2011-08-221-4/+3Star
| * | | net: Preserve ooo_okay when copying skb headerChangli Gao2011-08-201-0/+1
| * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-201-1/+1
| |\ \ \
| * | | | net: rps: support PPPOE session messagesChangli Gao2011-08-191-0/+8
| * | | | net: rps: support 802.1QChangli Gao2011-08-191-0/+8
| * | | | net: remove ndo_set_multicast_list callbackJiri Pirko2011-08-182-6/+4Star