Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
ece31ffd539e8e2b586b1ca5f50bc4f4591e3893
/
net
ece31ff
net: proc: change proc_net_remove to remove_proc_entry
by Gao feng
· 12 years ago
d4beaa6
net: proc: change proc_net_fops_create to proc_create
by Gao feng
· 12 years ago
9aac22d
ip: fix warning in xfrm4_mode_tunnel_input
by stephen hemminger
· 12 years ago
0d4bfa2
ipv6: fix warning in xfrm6_mode_tunnel_input
by stephen hemminger
· 12 years ago
96b45cb
net: move ioctl functions into a separated file
by Cong Wang
· 12 years ago
279e9f2
ipv6: optimize inet6_hash_frag()
by Eric Dumazet
· 12 years ago
c8c5b28
Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by David S. Miller
· 12 years ago
97f8b87
tipc: remove redundant checking for the number of iovecs in a send request
by Ying Xue
· 12 years ago
aba79f3
tipc: byte-based overload control on socket receive queue
by Ying Xue
· 12 years ago
57467e5
tipc: eliminate duplicated discard_rx_queue routine
by Ying Xue
· 12 years ago
efd9450
net: use skb_reset_mac_len() in dev_gro_receive()
by Eric Dumazet
· 12 years ago
68c3316
v4 GRE: Add TCP segmentation offload for GRE
by Pravin B Shelar
· 12 years ago
05e8ef4
net: factor out skb_mac_gso_segment() from skb_gso_segment()
by Pravin B Shelar
· 12 years ago
14bbd6a
net: Add skb_unclone() helper function.
by Pravin B Shelar
· 12 years ago
9754e29
net: Don't write to current task flags on every packet received.
by David S. Miller
· 12 years ago
e0376d0
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 12 years ago
15004ca
bridge: make ifla_br_policy and br_af_ops static
by Cong Wang
· 12 years ago
35e03f3
bridge: Separate egress policy bitmap
by Vlad Yasevich
· 12 years ago
bc9a25d
bridge: Add vlan support for local fdb entries
by Vlad Yasevich
· 12 years ago
1690be6
bridge: Add vlan support to static neighbors
by Vlad Yasevich
· 12 years ago
b0e9a30
bridge: Add vlan id to multicast groups
by Vlad Yasevich
· 12 years ago
2ba071e
bridge: Add vlan to unicast fdb entries
by Vlad Yasevich
· 12 years ago
552406c
bridge: Add the ability to configure pvid
by Vlad Yasevich
· 12 years ago
7885198
bridge: Implement vlan ingress/egress policy with PVID.
by Vlad Yasevich
· 12 years ago
6cbdcee
bridge: Dump vlan information from a bridge port
by Vlad Yasevich
· 12 years ago
407af32
bridge: Add netlink interface to configure vlans on bridge ports
by Vlad Yasevich
· 12 years ago
85f46c6
bridge: Verify that a vlan is allowed to egress on given port
by Vlad Yasevich
· 12 years ago
a37b85c
bridge: Validate that vlan is permitted on ingress
by Vlad Yasevich
· 12 years ago
243a2e6
bridge: Add vlan filtering infrastructure
by Vlad Yasevich
· 12 years ago
2222299
net: sctp: add build check for sctp_sf_eat_sack_6_2/jsctp_sf_eat_sack
by Daniel Borkmann
· 12 years ago
1e55817
net: sctp: minor: make jsctp_sf_eat_sack static
by Daniel Borkmann
· 12 years ago
c9af6db
net: Fix possible wrong checksum generation.
by Pravin B Shelar
· 12 years ago
ee684b6
tcp: send packets with a socket timestamp
by Andrey Vagin
· 12 years ago
93be6ce
tcp: set and get per-socket timestamp
by Andrey Vagin
· 12 years ago
ceaa1fe
tcp: adding a per-socket timestamp offset
by Andrey Vagin
· 12 years ago
959d5fd
netpoll: fix smatch warnings in netpoll core code
by Neil Horman
· 12 years ago
99d5851
net: skbuff: fix compile error in skb_panic()
by James Hogan
· 12 years ago
c6d14ff
act_police: improved accuracy at high rates
by Jiri Pirko
· 12 years ago
0e24321
act_police: move struct tcf_police to act_police.c
by Jiri Pirko
· 12 years ago
b757c93
tbf: improved accuracy at high rates
by Jiri Pirko
· 12 years ago
34c5d29
sch_api: introduce qdisc_watchdog_schedule_ns()
by Jiri Pirko
· 12 years ago
292f1c7
sch: make htb_rate_cfg and functions around that generic
by Jiri Pirko
· 12 years ago
b9a7afd
htb: initialize cl->tokens and cl->ctokens correctly
by Jiri Pirko
· 12 years ago
bdd6998
htb: remove pointless first initialization of buffer and cbuffer
by Jiri Pirko
· 12 years ago
324f5aa
htb: use PSCHED_TICKS2NS()
by Jiri Pirko
· 12 years ago
9f6d98c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
9c10f41
htb: fix values in opt dump
by Jiri Pirko
· 12 years ago
37d5110
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 12 years ago
77c1090
net: fix infinite loop in __skb_recv_datagram()
by Eric Dumazet
· 12 years ago
570617e
net: sctp: remove unused multiple cookie keys
by Daniel Borkmann
· 12 years ago
318d86d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 12 years ago
0790bbb
netpoll: cleanup sparse warnings
by Neil Horman
· 12 years ago
2cde6ac
netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock
by Neil Horman
· 12 years ago
f05de73
skbuff: create skb_panic() function and its wrappers
by Jean Sacren
· 12 years ago
3b69908
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by John W. Linville
· 12 years ago
547b4e7
bridge: set priority of STP packets
by Stephen Hemminger
· 12 years ago
7e307c6
mrp: make mrp_rcv static
by Stephen Hemminger
· 12 years ago
954b124
ethtool: fix sparse warning
by Stephen Hemminger
· 12 years ago
b274826
bridge: use dev->addr_assign_type to see if user change mac
by Jiri Pirko
· 12 years ago
2c5e893
ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2
by Hannes Frederic Sowa
· 12 years ago
2031409
ipv6: don't accept multicast traffic with scope 0
by Hannes Frederic Sowa
· 12 years ago
dd40851
ipv6: don't let node/interface scoped multicast traffic escape on the wire
by Hannes Frederic Sowa
· 12 years ago
7cb8a93
xfrm: Allow inserting policies with matching mark and different priorities
by Steffen Klassert
· 12 years ago
3d9646d
mac80211: fix channel selection bug
by Johannes Berg
· 12 years ago
daaba4f
net neighbour, decnet: Ensure to align device private data on preferred alignment.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
ec16ef2
ipv6 mcast: Do not join device multicast for interface-local multicasts.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
cfa82e0
Merge branch 'master' of git://1984.lsi.us.es/nf
by David S. Miller
· 12 years ago
044453b
arp: fix possible crash in arp_rcv()
by Eric Dumazet
· 12 years ago
86fbe9b
net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)
by David Ward
· 12 years ago
febf018
net/802: Implement Multiple Registration Protocol (MRP)
by David Ward
· 12 years ago
d021c34
VSOCK: Introduce VM Sockets
by Andy King
· 12 years ago
fd50231
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
03536e2
net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_key
by Daniel Borkmann
· 12 years ago
6a98dcf
ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.c
by Amerigo Wang
· 12 years ago
e5e6730
skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE
by Alexander Duyck
· 12 years ago
e06b840
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
b5c37fe
net: sctp: sctp_endpoint_free: zero out secret key data
by Daniel Borkmann
· 12 years ago
6ba542a
net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfree
by Daniel Borkmann
· 12 years ago
f5237f2
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
87c084a
l2tp: dont play with skb->truesize
by Eric Dumazet
· 12 years ago
241448c
net: sctp: sctp_auth_make_key_vector: remove duplicate ntohs calls
by Daniel Borkmann
· 12 years ago
586c31f
net: sctp: sctp_auth_key_put: use kzfree instead of kfree
by Daniel Borkmann
· 12 years ago
6cddded
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch into openvswitch
by David S. Miller
· 12 years ago
d601cd8
mac80211: fix managed mode channel context use
by Johannes Berg
· 12 years ago
edb2722
netfilter: ip6t_NPT: Ensure to check lower part of prefixes are zero
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
d4c38fa
netfilter: ip6t_NPT: Fix prefix mangling
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
f5271ff
netfilter: ip6t_NPT: Fix adjustment calculation
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
41ab3e3
ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()
by Tommi Rantala
· 12 years ago
6d1ccff
net: reset mac header in dev_start_xmit()
by Eric Dumazet
· 12 years ago
12b0004
net: adjust skb_gso_segment() for calling in rx path
by Cong Wang
· 12 years ago
25060d8
wpan: use stack buffer instead of heap
by Alexander Aring
· 12 years ago
fc4e98d
6lowpan: use stack buffer instead of heap
by Alexander Aring
· 12 years ago
a07fdce
6lowpan: Remove __init tag from lowpan_netlink_fini().
by David S. Miller
· 12 years ago
6731d20
tcp: fix for zero packets_in_flight was too broad
by Ilpo Järvinen
· 12 years ago
ca99ca1
netpoll: protect napi_poll and poll_controller during dev_[open|close]
by Neil Horman
· 12 years ago
f458c64
wpan: whitespace fix
by Alexander Aring
· 12 years ago
f4e53e2
ipv6: Don't send packet to big messages to self
by Steffen Klassert
· 12 years ago
62b5942
net: core: Remove unnecessary alloc/OOM messages
by Joe Perches
· 12 years ago
b3b66ae
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 12 years ago
9887dbf
mac80211: fix error in sizeof() usage
by Cong Ding
· 12 years ago
Next »