summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | netlink: cleanup rntl_af_registerstephen hemminger2014-01-021-20/+2Star
* | | | | net, rps: fix the comment of net_rps_action_and_irq_enable()Zhi Yong Wu2013-12-311-1/+1
* | | | | net: use kfree_skb_list() helperEric Dumazet2013-12-222-19/+4Star
| |_|_|/ |/| | |
* | | | rps: NUMA flow limit allocationsEric Dumazet2013-12-201-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-183-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | neigh: Netlink notification for administrative NUD state changeBob Gilligan2013-12-171-0/+1
| * | | net: unix: allow set_peek_off to failSasha Levin2013-12-111-1/+1
| * | | net: drop_monitor: fix the value of maxattrChangli Gao2013-12-101-1/+0Star
* | | | net: Add utility function to copy skb hashTom Herbert2013-12-171-2/+1Star
* | | | net: Change skb_get_rxhash to skb_get_hashTom Herbert2013-12-172-5/+5
* | | | net: remove dead code for add/del multiplestephen hemminger2013-12-171-96/+1Star
* | | | bonding: create bond_first_slave_rcu()dingtianhong2013-12-141-0/+21
| |/ / |/| |
* | | net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu2013-12-121-51/+25Star
* | | ipv6: router reachability probingJiri Benc2013-12-111-0/+15
* | | net: more spelling fixesstephen hemminger2013-12-112-3/+3
* | | neigh: use neigh_parms_net() to get struct neigh_parms->net pointerJiri Pirko2013-12-101-1/+1
* | | neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko2013-12-101-1/+6
* | | neigh: restore old behaviour of default parms valuesJiri Pirko2013-12-101-6/+68
* | | neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-101-1/+13
* | | neigh: wrap proc dointvec functionsJiri Pirko2013-12-101-10/+45
* | | neigh: convert parms to an arrayJiri Pirko2013-12-101-190/+137Star
* | | net: dev: move inline skb_needs_linearize helper to headerDaniel Borkmann2013-12-101-15/+0Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-101-0/+1
|\| |
| * | net: clear local_df when passing skb between namespacesHannes Frederic Sowa2013-12-061-0/+1
* | | net: introduce dev_consume_skb_any()Eric Dumazet2013-12-061-15/+30
* | | gro: small napi_get_frags() optimEric Dumazet2013-12-061-2/+1Star
* | | Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2013-12-061-0/+2
|\ \ \ | |/ / |/| |
| * | net_tstamp: Add SIOCGHWTSTAMP ioctl to match SIOCSHWTSTAMPBen Hutchings2013-11-191-0/+2
* | | {pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du2013-12-021-0/+7
| |/ |/|
* | gso: handle new frag_list of frags GRO packetsHerbert Xu2013-11-211-25/+50
* | net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-211-1/+2
* | net: core: Always propagate flag changes to interfacesVlad Yasevich2013-11-201-1/+1
* | genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-12/+6Star
* | genetlink: pass family to functions using groupsJohannes Berg2013-11-191-1/+2
* | drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-191-1/+12
* | genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1Star
|/
* macvlan: disable LRO on lower device instead of macvlanMichal Kubeček2013-11-151-0/+5
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov2013-11-141-5/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-1315-291/+632
|\
| * netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-111-3/+0Star
| * net: Fix "ip rule delete table 256"Andreas Henriksson2013-11-081-1/+2
| * net: flow_dissector: small optimizations in IPv4 dissectEric Dumazet2013-11-081-3/+3
| * net: skbuff - kernel-doc fixesMathias Krause2013-11-081-5/+5
| * net: move pskb_put() to core codeMathias Krause2013-11-081-0/+23
| * net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend2013-11-082-5/+14
| * net: introduce skb_coalesce_rx_frag()Jason Wang2013-11-051-0/+12
| * net: checksum: fix warning in skb_checksumDaniel Borkmann2013-11-041-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-042-14/+19
| |\
| * | net: extend net_device allocation to vmalloc()Eric Dumazet2013-11-042-6/+18