index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fix bridge notify hook to manage flags correctly
John Fastabend
2012-11-03
1
-8
/
+18
*
htb: improved accuracy at high rates
Vimalkumar
2012-11-03
1
-38
/
+90
*
ipv6: introduce ip6_rt_put()
Amerigo Wang
2012-11-03
10
-26
/
+23
*
sctp: Clean up type-punning in sctp_cmd_t union
Neil Horman
2012-11-03
2
-25
/
+23
*
ipv6: remove a useless NULL check
Amerigo Wang
2012-11-03
1
-1
/
+1
*
pktgen: clean up ktime_t helpers
Daniel Borkmann
2012-11-03
1
-28
/
+13
*
tcp: better retrans tracking for defer-accept
Eric Dumazet
2012-11-03
10
-31
/
+48
*
net: Fix continued iteration in rtnl_bridge_getlink()
Ben Hutchings
2012-11-03
1
-16
/
+7
*
ipv6/multipath: remove flag NLM_F_EXCL after the first nexthop
Nicolas Dichtel
2012-11-03
1
-0
/
+6
*
eth: Rename and properly align br_reserved_address array
Ben Hutchings
2012-11-03
1
-1
/
+1
*
eth: Make is_link_local() consistent with other address tests
Ben Hutchings
2012-11-03
2
-2
/
+2
*
bridge: Use is_link_local() in store_group_addr()
Ben Hutchings
2012-11-03
1
-8
/
+3
*
skb: api to report errors for zero copy skbs
Michael S. Tsirkin
2012-11-03
1
-0
/
+20
*
skb: report completion status for zero copy skbs
Michael S. Tsirkin
2012-11-03
1
-2
/
+2
*
vlan: use IS_ENABLED()
Amerigo Wang
2012-11-01
2
-4
/
+4
*
ipv6: use IS_ENABLED()
Amerigo Wang
2012-11-01
15
-49
/
+46
*
rtnl/ipv4: use netconf msg to advertise rp_filter status
Nicolas Dichtel
2012-11-01
1
-0
/
+24
*
sk-filter: Add ability to get socket filter program (v2)
Pavel Emelyanov
2012-11-01
2
-0
/
+136
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2012-10-31
4
-18
/
+3
|
\
|
*
net, ixgbe: handle link local multicast addresses in SR-IOV mode
John Fastabend
2012-10-30
4
-18
/
+3
*
|
net: filter: add vlan tag access
Eric Dumazet
2012-10-31
1
-0
/
+9
*
|
tcp: make tcp_clear_md5_list static
stephen hemminger
2012-10-31
1
-1
/
+1
*
|
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
2012-10-31
16
-247
/
+238
|
\
\
|
*
|
batman-adv: add kernel-doc for enum batadv_dbg_level
Antonio Quartulli
2012-10-29
1
-4
/
+11
|
*
|
batman-adv: pass the WIFI flag from the local to global entry
Antonio Quartulli
2012-10-29
2
-9
/
+28
|
*
|
batman-adv: properly convert flag into a boolean value
Antonio Quartulli
2012-10-29
1
-1
/
+1
|
*
|
batman-adv: check for more space before accessing the skb
Antonio Quartulli
2012-10-29
1
-2
/
+6
|
*
|
batman-adv: print packets re-routing on DBG_TT and ratelimit it
Antonio Quartulli
2012-10-29
1
-4
/
+4
|
*
|
batman-adv: properly store the roaming time
Antonio Quartulli
2012-10-29
1
-0
/
+6
|
*
|
batman-adv: don't allow ECTP traffic on batman-adv
Simon Wunderlich
2012-10-29
1
-2
/
+10
|
*
|
batman-adv: Only increase refcounter once for alternate router
Sven Eckelmann
2012-10-29
1
-15
/
+8
|
*
|
batman-adv: Check return value of try_module_get
Sven Eckelmann
2012-10-29
4
-18
/
+12
|
*
|
batman-adv: Remove extra check in batadv_bit_get_packet
Sven Eckelmann
2012-10-29
1
-13
/
+10
|
*
|
batman-adv: Set special lockdep classes to avoid lockdep warning
Sven Eckelmann
2012-10-29
1
-0
/
+44
|
*
|
batman-adv: return proper value in case of hash_add failure
Antonio Quartulli
2012-10-29
1
-1
/
+1
|
*
|
batman-adv: consolidate duplicated primary_if checking code
Marek Lindner
2012-10-29
6
-91
/
+57
|
*
|
batman-adv: Remove unused define BAT_ATTR_HIF_UINT
Sven Eckelmann
2012-10-29
1
-49
/
+0
|
*
|
batman-adv: split hard_iface struct for each routing protocol
Marek Lindner
2012-10-29
3
-24
/
+39
|
*
|
batman-adv: use check_unicast_packet() in recv_roam_adv()
Antonio Quartulli
2012-10-29
1
-14
/
+1
|
|
/
*
|
net/ipv4/ipconfig: add device address to a KERN_INFO message
Claudio Fontana
2012-10-31
1
-2
/
+4
*
|
ixgbe: add setlink, getlink support to ixgbe and ixgbevf
John Fastabend
2012-10-31
1
-0
/
+50
*
|
net: set and query VEB/VEPA bridge mode via PF_BRIDGE
John Fastabend
2012-10-31
3
-7
/
+84
*
|
net: create generic bridge ops
John Fastabend
2012-10-31
4
-60
/
+98
|
/
*
rtnl/ipv4: add support of RTM_GETNETCONF
Nicolas Dichtel
2012-10-29
1
-2
/
+73
*
rtnl/ipv4: use netconf msg to advertise forwarding status
Nicolas Dichtel
2012-10-29
1
-4
/
+89
*
rtnl/ipv6: add support of RTM_GETNETCONF
Nicolas Dichtel
2012-10-29
1
-2
/
+73
*
rtnl/ipv6: use netconf msg to advertise forwarding status
Nicolas Dichtel
2012-10-29
1
-0
/
+77
*
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
2012-10-26
16
-310
/
+359
|
\
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...
Pablo Neira Ayuso
2012-10-22
16
-310
/
+359
|
|
\
|
|
*
ipvs: SIP fragment handling
Jesper Dangaard Brouer
2012-09-28
1
-4
/
+12
[next]