summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2011-12-23net: relax rcvbuf limitsEric Dumazet-5/+1
2011-12-22rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()Xi Wang-2/+5
2011-12-21net: Add a flow_cache_flush_deferred functionSteffen Klassert-0/+12
2011-12-06net: Silence seq_scale() unused warningStephen Boyd-0/+2
2011-12-06ipv4:correct description for tcp_max_syn_backlogPeter Pan(潘卫平)-3/+4
2011-11-30net/core: fix rollback handler in register_netdevice_notifierRongQing.Li-1/+2
2011-11-28net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard-2/+7
2011-11-25netns: fix proxy ARP entries listing on a netnsJorge Boncompte [DTI2]-1/+4
2011-11-22net: correct comments of skb_shiftFeng King-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+9
2011-11-03net: Add back alignment for size for __alloc_skbTony Lindgren-0/+1
2011-11-01neigh: Kill bogus SMP protected debugging message.David S. Miller-5/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+8
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker-0/+1
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet-2/+2
2011-10-25net: Unlock sock before calling sk_free()Thomas Gleixner-0/+1
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-263/+515
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+2
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+15
2011-10-24rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman-0/+1
2011-10-24net: hold sock reference while processing tx timestampsRichard Cochran-2/+10
2011-10-21tcp: add const qualifiers where possibleEric Dumazet-1/+1
2011-10-21dev: use name hash for dev_seq_opsMihai Maruseac-15/+69
2011-10-21net: add opaque struct around skb frag pageIan Campbell-3/+3
2011-10-20pktgen: remove ndelay() callEric Dumazet-4/+7
2011-10-19net: do not take an additional reference in skb_frag_set_pageIan Campbell-0/+1
2011-10-19neigh: fix rcu splat in neigh_update()roy.qing.li@gmail.com-0/+4
2011-10-19filter: use unsigned int to silence static checker warningDan Carpenter-1/+1
2011-10-19fib_rules: fix unresolved_rules countingYan, Zheng-1/+4
2011-10-19net: validate HWTSTAMP ioctl parametersRichard Cochran-0/+58
2011-10-19net: Move rcu_barrier from rollback_registered_many to netdev_run_todo.Eric W. Biederman-1/+7
2011-10-19net: Allow skb_recycle_check to be done in stagesAndy Fleming-25/+26
2011-10-19net: add skb frag size accessorsEric Dumazet-53/+57
2011-10-18net: allow vlan traffic to be received under bondJohn Fastabend-11/+11
2011-10-17net/flow: Fix potential memory leakhuajun li-1/+13
2011-10-16if_link: Add additional parameter to IFLA_VF_INFO for spoof checkingGreg Rose-3/+30
2011-10-13net: more accurate skb truesizeEric Dumazet-5/+15
2011-10-07net: use sock_valbool_flag to set/clear SOCK_RXQ_OVFLJohannes Berg-4/+1
2011-10-03RPS: Ensure that an expired hardware filter can be re-added laterBen Hutchings-6/+3
2011-09-28net: rps: fix the support for PPPOEChangli Gao-1/+11
2011-09-28af_unix: dont send SCM_CREDENTIALS by defaultEric Dumazet-4/+6
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller-25/+57
2011-09-21fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng-2/+2
2011-09-16net: Handle different key sizes between address families in flow cachedpward-14/+17
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko-31/+17
2011-09-15net: linkwatch: allow vlans to get carrier changes fasterEric Dumazet-2/+7
2011-09-15net: copy userspace buffers on device forwardingMichael S. Tsirkin-5/+25
2011-09-15net: Make flow cache namespace-awaredpward-1/+4
2011-08-26netpoll: fix incorrect access to skb data in __netpoll_rxEric Dumazet-1/+3
2011-08-24arp: fix rcu lockdep splat in arp_process()Eric Dumazet-2/+6