summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: sctp: add build check for sctp_sf_eat_sack_6_2/jsctp_sf_eat_sackDaniel Borkmann2013-02-131-0/+7
* net: sctp: minor: make jsctp_sf_eat_sack staticDaniel Borkmann2013-02-131-6/+6
* net: Fix possible wrong checksum generation.Pravin B Shelar2013-02-137-12/+8
* tcp: send packets with a socket timestampAndrey Vagin2013-02-135-17/+30
* tcp: set and get per-socket timestampAndrey Vagin2013-02-131-0/+9
* tcp: adding a per-socket timestamp offsetAndrey Vagin2013-02-132-0/+4
* netpoll: fix smatch warnings in netpoll core codeNeil Horman2013-02-131-3/+7
* net: skbuff: fix compile error in skb_panic()James Hogan2013-02-131-3/+3
* act_police: improved accuracy at high ratesJiri Pirko2013-02-121-46/+53
* act_police: move struct tcf_police to act_police.cJiri Pirko2013-02-121-0/+15
* tbf: improved accuracy at high ratesJiri Pirko2013-02-121-39/+37
* sch_api: introduce qdisc_watchdog_schedule_ns()Jiri Pirko2013-02-121-3/+3
* sch: make htb_rate_cfg and functions around that genericJiri Pirko2013-02-122-56/+46
* htb: initialize cl->tokens and cl->ctokens correctlyJiri Pirko2013-02-121-2/+2
* htb: remove pointless first initialization of buffer and cbufferJiri Pirko2013-02-121-3/+0
* htb: use PSCHED_TICKS2NS()Jiri Pirko2013-02-121-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-129-40/+58
|\
| * htb: fix values in opt dumpJiri Pirko2013-02-121-2/+2
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-02-122-5/+9
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-122-5/+9
| | |\
| | | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-02-112-5/+9
| | | |\
| | | | * mac80211: fix channel selection bugJohannes Berg2013-02-111-3/+3
| | | | * mac80211: fix managed mode channel context useJohannes Berg2013-02-071-1/+4
| | | | * mac80211: fix error in sizeof() usageCong Ding2013-02-061-1/+2
| * | | | net: fix infinite loop in __skb_recv_datagram()Eric Dumazet2013-02-121-1/+1
| |/ / /
| * | | bridge: set priority of STP packetsStephen Hemminger2013-02-111-0/+2
| * | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-02-103-22/+33
| |\ \ \
| | * | | netfilter: ip6t_NPT: Ensure to check lower part of prefixes are zeroYOSHIFUJI Hideaki / 吉藤英明2013-02-071-0/+10
| | * | | netfilter: ip6t_NPT: Fix prefix manglingYOSHIFUJI Hideaki / 吉藤英明2013-02-071-1/+1
| | * | | netfilter: ip6t_NPT: Fix adjustment calculationYOSHIFUJI Hideaki / 吉藤英明2013-02-071-3/+3
| | * | | ipvs: sctp: fix checksumming on snat and dnat handlersDaniel Borkmann2013-02-061-18/+17
| | * | | ipvs: freeing uninitialized pointer on errorDan Carpenter2013-01-281-0/+2
| * | | | arp: fix possible crash in arp_rcv()Eric Dumazet2013-02-101-10/+11
* | | | | net: sctp: remove unused multiple cookie keysDaniel Borkmann2013-02-122-31/+9
* | | | | netpoll: cleanup sparse warningsNeil Horman2013-02-111-4/+8
* | | | | netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman2013-02-113-8/+12
* | | | | skbuff: create skb_panic() function and its wrappersJean Sacren2013-02-111-29/+19
* | | | | mrp: make mrp_rcv staticStephen Hemminger2013-02-111-2/+2
* | | | | ethtool: fix sparse warningStephen Hemminger2013-02-111-9/+9
* | | | | bridge: use dev->addr_assign_type to see if user change macJiri Pirko2013-02-113-5/+1
* | | | | ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2Hannes Frederic Sowa2013-02-111-2/+13
* | | | | ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa2013-02-111-0/+9
* | | | | ipv6: don't let node/interface scoped multicast traffic escape on the wireHannes Frederic Sowa2013-02-111-0/+7
* | | | | net neighbour, decnet: Ensure to align device private data on preferred align...YOSHIFUJI Hideaki / 吉藤英明2013-02-111-1/+1
* | | | | ipv6 mcast: Do not join device multicast for interface-local multicasts.YOSHIFUJI Hideaki / 吉藤英明2013-02-111-0/+8
* | | | | net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward2013-02-107-7/+134
* | | | | net/802: Implement Multiple Registration Protocol (MRP)David Ward2013-02-103-0/+899
* | | | | VSOCK: Introduce VM SocketsAndy King2013-02-1014-0/+5864
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-0811-28/+56
|\| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-0928-85/+176
| |\ \ \ \