| Commit message (Expand) | Author | Age | Files | Lines |
* | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 2013-02-18 | 55 | -107/+107 |
* | net: proc: change proc_net_fops_create to proc_create | Gao feng | 2013-02-18 | 47 | -81/+94 |
* | ip: fix warning in xfrm4_mode_tunnel_input | stephen hemminger | 2013-02-18 | 1 | -1/+2 |
* | ipv6: fix warning in xfrm6_mode_tunnel_input | stephen hemminger | 2013-02-18 | 1 | -1/+2 |
* | net: move ioctl functions into a separated file | Cong Wang | 2013-02-18 | 3 | -574/+577 |
* | ipv6: optimize inet6_hash_frag() | Eric Dumazet | 2013-02-18 | 1 | -14/+1 |
* | Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | David S. Miller | 2013-02-18 | 1 | -59/+44 |
|\ |
|
| * | tipc: remove redundant checking for the number of iovecs in a send request | Ying Xue | 2013-02-15 | 1 | -6/+3 |
| * | tipc: byte-based overload control on socket receive queue | Ying Xue | 2013-02-15 | 1 | -38/+39 |
| * | tipc: eliminate duplicated discard_rx_queue routine | Ying Xue | 2013-02-15 | 1 | -15/+2 |
* | | net: use skb_reset_mac_len() in dev_gro_receive() | Eric Dumazet | 2013-02-15 | 1 | -3/+1 |
* | | v4 GRE: Add TCP segmentation offload for GRE | Pravin B Shelar | 2013-02-15 | 10 | -10/+207 |
* | | net: factor out skb_mac_gso_segment() from skb_gso_segment() | Pravin B Shelar | 2013-02-15 | 1 | -31/+48 |
* | | net: Add skb_unclone() helper function. | Pravin B Shelar | 2013-02-15 | 11 | -19/+12 |
|/ |
|
* | net: Don't write to current task flags on every packet received. | David S. Miller | 2013-02-14 | 1 | -18/+28 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2013-02-14 | 6 | -39/+425 |
|\ |
|
| * | xfrm: Allow inserting policies with matching mark and different priorities | Steffen Klassert | 2013-02-11 | 1 | -2/+16 |
| * | xfrm: make gc_thresh configurable in all namespaces | Michal Kubecek | 2013-02-06 | 2 | -8/+93 |
| * | xfrm: remove unused xfrm4_policy_fini() | Michal Kubecek | 2013-02-06 | 1 | -9/+0 |
| * | xfrm: Add a state resolution packet queue | Steffen Klassert | 2013-02-06 | 1 | -4/+225 |
| * | xfrm: fix a unbalanced lock | Li RongQing | 2013-02-01 | 1 | -1/+1 |
| * | pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk... | Jussi Kivilinna | 2013-02-01 | 2 | -14/+90 |
| * | af_key: remove a duplicated skb_orphan() | Cong Wang | 2013-01-28 | 1 | -1/+0 |
* | | bridge: make ifla_br_policy and br_af_ops static | Cong Wang | 2013-02-14 | 1 | -2/+2 |
* | | bridge: Separate egress policy bitmap | Vlad Yasevich | 2013-02-14 | 3 | -6/+19 |
* | | bridge: Add vlan support for local fdb entries | Vlad Yasevich | 2013-02-14 | 4 | -25/+125 |
* | | bridge: Add vlan support to static neighbors | Vlad Yasevich | 2013-02-14 | 3 | -29/+151 |
* | | bridge: Add vlan id to multicast groups | Vlad Yasevich | 2013-02-14 | 2 | -20/+50 |
* | | bridge: Add vlan to unicast fdb entries | Vlad Yasevich | 2013-02-14 | 4 | -35/+52 |
* | | bridge: Add the ability to configure pvid | Vlad Yasevich | 2013-02-14 | 3 | -17/+49 |
* | | bridge: Implement vlan ingress/egress policy with PVID. | Vlad Yasevich | 2013-02-14 | 6 | -10/+126 |
* | | bridge: Dump vlan information from a bridge port | Vlad Yasevich | 2013-02-14 | 4 | -16/+99 |
* | | bridge: Add netlink interface to configure vlans on bridge ports | Vlad Yasevich | 2013-02-14 | 5 | -18/+196 |
* | | bridge: Verify that a vlan is allowed to egress on given port | Vlad Yasevich | 2013-02-14 | 4 | -0/+41 |
* | | bridge: Validate that vlan is permitted on ingress | Vlad Yasevich | 2013-02-14 | 4 | -0/+85 |
* | | bridge: Add vlan filtering infrastructure | Vlad Yasevich | 2013-02-14 | 6 | -0/+296 |
* | | net: sctp: add build check for sctp_sf_eat_sack_6_2/jsctp_sf_eat_sack | Daniel Borkmann | 2013-02-13 | 1 | -0/+7 |
* | | net: sctp: minor: make jsctp_sf_eat_sack static | Daniel Borkmann | 2013-02-13 | 1 | -6/+6 |
* | | net: Fix possible wrong checksum generation. | Pravin B Shelar | 2013-02-13 | 7 | -12/+8 |
* | | tcp: send packets with a socket timestamp | Andrey Vagin | 2013-02-13 | 5 | -17/+30 |
* | | tcp: set and get per-socket timestamp | Andrey Vagin | 2013-02-13 | 1 | -0/+9 |
* | | tcp: adding a per-socket timestamp offset | Andrey Vagin | 2013-02-13 | 2 | -0/+4 |
* | | netpoll: fix smatch warnings in netpoll core code | Neil Horman | 2013-02-13 | 1 | -3/+7 |
* | | net: skbuff: fix compile error in skb_panic() | James Hogan | 2013-02-13 | 1 | -3/+3 |
* | | act_police: improved accuracy at high rates | Jiri Pirko | 2013-02-13 | 1 | -46/+53 |
* | | act_police: move struct tcf_police to act_police.c | Jiri Pirko | 2013-02-13 | 1 | -0/+15 |
* | | tbf: improved accuracy at high rates | Jiri Pirko | 2013-02-13 | 1 | -39/+37 |
* | | sch_api: introduce qdisc_watchdog_schedule_ns() | Jiri Pirko | 2013-02-13 | 1 | -3/+3 |
* | | sch: make htb_rate_cfg and functions around that generic | Jiri Pirko | 2013-02-13 | 2 | -56/+46 |
* | | htb: initialize cl->tokens and cl->ctokens correctly | Jiri Pirko | 2013-02-13 | 1 | -2/+2 |