Age | Commit message (Expand) | Author | Files | Lines |
2013-02-14 | bridge: Dump vlan information from a bridge port | Vlad Yasevich | 4 | -16/+99 |
2013-02-14 | bridge: Add netlink interface to configure vlans on bridge ports | Vlad Yasevich | 5 | -18/+196 |
2013-02-14 | bridge: Verify that a vlan is allowed to egress on given port | Vlad Yasevich | 4 | -0/+41 |
2013-02-14 | bridge: Validate that vlan is permitted on ingress | Vlad Yasevich | 4 | -0/+85 |
2013-02-14 | bridge: Add vlan filtering infrastructure | Vlad Yasevich | 6 | -0/+296 |
2013-02-13 | net: sctp: add build check for sctp_sf_eat_sack_6_2/jsctp_sf_eat_sack | Daniel Borkmann | 1 | -0/+7 |
2013-02-13 | net: sctp: minor: make jsctp_sf_eat_sack static | Daniel Borkmann | 1 | -6/+6 |
2013-02-13 | net: Fix possible wrong checksum generation. | Pravin B Shelar | 7 | -12/+8 |
2013-02-13 | tcp: send packets with a socket timestamp | Andrey Vagin | 5 | -17/+30 |
2013-02-13 | tcp: set and get per-socket timestamp | Andrey Vagin | 1 | -0/+9 |
2013-02-13 | tcp: adding a per-socket timestamp offset | Andrey Vagin | 2 | -0/+4 |
2013-02-13 | netpoll: fix smatch warnings in netpoll core code | Neil Horman | 1 | -3/+7 |
2013-02-13 | net: skbuff: fix compile error in skb_panic() | James Hogan | 1 | -3/+3 |
2013-02-13 | act_police: improved accuracy at high rates | Jiri Pirko | 1 | -46/+53 |
2013-02-13 | act_police: move struct tcf_police to act_police.c | Jiri Pirko | 1 | -0/+15 |
2013-02-13 | tbf: improved accuracy at high rates | Jiri Pirko | 1 | -39/+37 |
2013-02-13 | sch_api: introduce qdisc_watchdog_schedule_ns() | Jiri Pirko | 1 | -3/+3 |
2013-02-13 | sch: make htb_rate_cfg and functions around that generic | Jiri Pirko | 2 | -56/+46 |
2013-02-13 | htb: initialize cl->tokens and cl->ctokens correctly | Jiri Pirko | 1 | -2/+2 |
2013-02-13 | htb: remove pointless first initialization of buffer and cbuffer | Jiri Pirko | 1 | -3/+0 |
2013-02-13 | htb: use PSCHED_TICKS2NS() | Jiri Pirko | 1 | -2/+2 |
2013-02-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 9 | -40/+58 |
2013-02-13 | htb: fix values in opt dump | Jiri Pirko | 1 | -2/+2 |
2013-02-13 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2 | -5/+9 |
2013-02-13 | net: fix infinite loop in __skb_recv_datagram() | Eric Dumazet | 1 | -1/+1 |
2013-02-13 | net: sctp: remove unused multiple cookie keys | Daniel Borkmann | 2 | -31/+9 |
2013-02-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -5/+9 |
2013-02-12 | netpoll: cleanup sparse warnings | Neil Horman | 1 | -4/+8 |
2013-02-12 | netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock | Neil Horman | 3 | -8/+12 |
2013-02-12 | skbuff: create skb_panic() function and its wrappers | Jean Sacren | 1 | -29/+19 |
2013-02-11 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2 | -5/+9 |
2013-02-11 | bridge: set priority of STP packets | Stephen Hemminger | 1 | -0/+2 |
2013-02-11 | mrp: make mrp_rcv static | Stephen Hemminger | 1 | -2/+2 |
2013-02-11 | ethtool: fix sparse warning | Stephen Hemminger | 1 | -9/+9 |
2013-02-11 | bridge: use dev->addr_assign_type to see if user change mac | Jiri Pirko | 3 | -5/+1 |
2013-02-11 | ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2 | Hannes Frederic Sowa | 1 | -2/+13 |
2013-02-11 | ipv6: don't accept multicast traffic with scope 0 | Hannes Frederic Sowa | 1 | -0/+9 |
2013-02-11 | ipv6: don't let node/interface scoped multicast traffic escape on the wire | Hannes Frederic Sowa | 1 | -0/+7 |
2013-02-11 | mac80211: fix channel selection bug | Johannes Berg | 1 | -3/+3 |
2013-02-11 | net neighbour, decnet: Ensure to align device private data on preferred align... | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -1/+1 |
2013-02-11 | ipv6 mcast: Do not join device multicast for interface-local multicasts. | YOSHIFUJI Hideaki / 吉藤英明 | 1 | -0/+8 |
2013-02-11 | Merge branch 'master' of git://1984.lsi.us.es/nf | David S. Miller | 3 | -22/+33 |
2013-02-11 | arp: fix possible crash in arp_rcv() | Eric Dumazet | 1 | -10/+11 |
2013-02-11 | net/8021q: Implement Multiple VLAN Registration Protocol (MVRP) | David Ward | 7 | -7/+134 |
2013-02-11 | net/802: Implement Multiple Registration Protocol (MRP) | David Ward | 3 | -0/+899 |
2013-02-11 | VSOCK: Introduce VM Sockets | Andy King | 14 | -0/+5864 |
2013-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 11 | -28/+56 |
2013-02-09 | net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_key | Daniel Borkmann | 1 | -5/+3 |
2013-02-09 | ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.c | Amerigo Wang | 1 | -4/+4 |
2013-02-09 | skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE | Alexander Duyck | 1 | -4/+0 |