summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-243-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
| * fib_rules: fix unresolved_rules countingYan, Zheng2011-10-191-1/+4
* | 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-191-0/+1
* | neigh: fix rcu splat in neigh_update()roy.qing.li@gmail.com2011-10-191-0/+4
* | filter: use unsigned int to silence static checker warningDan Carpenter2011-10-191-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-181-11/+11
* | net/flow: Fix potential memory leakhuajun li2011-10-171-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/+1
* | RPS: Ensure that an expired hardware filter can be re-added laterBen Hutchings2011-10-031-6/+3
* | 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
|\ \ | |/
| * fib:fix BUG_ON in fib_nl_newrule when add new fib ruleGao feng2011-09-211-2/+2
| * net: Handle different key sizes between address families in flow cachedpward2011-09-161-14/+17
| * net: copy userspace buffers on device forwardingMichael S. Tsirkin2011-09-152-5/+25
| * net: Make flow cache namespace-awaredpward2011-09-151-1/+4
| * netpoll: fix incorrect access to skb data in __netpoll_rxEric Dumazet2011-08-261-1/+3
| * arp: fix rcu lockdep splat in arp_process()Eric Dumazet2011-08-241-2/+6
* | net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-153-31/+17
* | net: linkwatch: allow vlans to get carrier changes fasterEric Dumazet2011-09-151-2/+7
* | net: convert core to skb paged frag APIsIan Campbell2011-08-247-36/+36
* | rps: support IPIP encapsulationEric Dumazet2011-08-241-0/+2
* | net: vlan: goto another_round instead of calling __netif_receive_skbJiri Pirko2011-08-221-4/+3
* | 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
|\ \ | |/
| * scm: Capture the full credentials of the scm senderTim Chen2011-08-111-1/+1
* | net: rps: support PPPOE session messagesChangli Gao2011-08-181-0/+8
* | net: rps: support 802.1QChangli Gao2011-08-181-0/+8
* | net: remove ndo_set_multicast_list callbackJiri Pirko2011-08-172-6/+4
* | net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-171-6/+6
* | rps: Inspect GRE encapsulated packets to get flow hashTom Herbert2011-08-171-0/+22
* | rps: Infrastructure in __skb_get_rxhash for deep inspectionTom Herbert2011-08-171-0/+7
* | rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert2011-08-172-4/+7
* | rps: Some minor cleanup in get_rps_cpusTom Herbert2011-08-171-5/+7
* | net: cleanup some rcu_dereference_rawEric Dumazet2011-08-123-8/+8
* | neigh: reduce arp latencyEric Dumazet2011-08-121-14/+26
* | rtnetlink: remove initialization of dev->real_num_tx_queuesJiri Pirko2011-08-111-1/+0
* | net: fix potential neighbour race in dst_ifdown()Eric Dumazet2011-08-091-5/+10
OpenPOWER on IntegriCloud