Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
c6b641a4c6b32f39db678c2441cb1ef824110d74
/
net
c6b641a
ipv6: Pull IPv6 GSO registration out of the module
by Vlad Yasevich
· 12 years ago
808a8f8
ipv4: Pull GSO registration out of inet_init()
by Vlad Yasevich
· 12 years ago
3c73a03
ipv6: Update ipv6 static library with newly needed functions
by Vlad Yasevich
· 12 years ago
2207afc
ipv6: Move exthdr offload support into separate file
by Vlad Yasevich
· 12 years ago
5edbb07
ipv6: Separate out UDP offload functionality
by Vlad Yasevich
· 12 years ago
8663e02
ipv6: Separate tcp offload functionality
by Vlad Yasevich
· 12 years ago
d1da932
ipv6: Separate ipv6 offload support
by Vlad Yasevich
· 12 years ago
3336288
ipv6: Switch to using new offload infrastructure.
by Vlad Yasevich
· 12 years ago
bca49f8
ipv4: Switch to using the new offload infrastructure.
by Vlad Yasevich
· 12 years ago
8ca896c
ipv6: Add new offload registration infrastructure.
by Vlad Yasevich
· 12 years ago
de27d00
net: Add net protocol offload registration infrustructure
by Vlad Yasevich
· 12 years ago
22061d8
net: Switch to using the new packet offload infrustructure
by Vlad Yasevich
· 12 years ago
62532da
net: Add generic packet offload infrastructure.
by Vlad Yasevich
· 12 years ago
1ff05fb
ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms()
by Nicolas Dichtel
· 12 years ago
d440b72
sit: fix sparse warnings
by Nicolas Dichtel
· 12 years ago
fea379b
ipip: fix sparse warnings in ipip_netlink_parms()
by Nicolas Dichtel
· 12 years ago
702ed3c
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 12 years ago
b092d92
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 12 years ago
f3723416
sit: add support of link creation via rtnl
by Nicolas Dichtel
· 12 years ago
e4c94a9
sit: rename rtnl functions for consistency
by Nicolas Dichtel
· 12 years ago
a12c9a8
sit/rtnl: add missing parameters on dump
by Nicolas Dichtel
· 12 years ago
f9cd5a5
sit: always notify change when params are updated
by Nicolas Dichtel
· 12 years ago
be42da0
ipip: add support of link creation via rtnl
by Nicolas Dichtel
· 12 years ago
befe2aa
ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dump
by Nicolas Dichtel
· 12 years ago
c38cc4b
ipip: always notify change when params are updated
by Nicolas Dichtel
· 12 years ago
0b11245
ip6tnl: add support of link creation via rtnl
by Nicolas Dichtel
· 12 years ago
b58d731
ip6tnl: rename rtnl functions for consistency
by Nicolas Dichtel
· 12 years ago
cfa323b
ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dump
by Nicolas Dichtel
· 12 years ago
1007dd1
bridge: add root port blocking
by stephen hemminger
· 12 years ago
a2e01a6
bridge: implement BPDU blocking
by stephen hemminger
· 12 years ago
cd75373
bridge: add template for bridge port flags
by stephen hemminger
· 12 years ago
25c71c7
bridge: bridge port parameters over netlink
by stephen hemminger
· 12 years ago
c75ea26
ipv6: remove obsolete comments in route.c
by Li RongQing
· 12 years ago
e086cad
net: unify for_each_ip_tunnel_rcu()
by Amerigo Wang
· 12 years ago
aa0010f
net: convert __IPTUNNEL_XMIT() to an inline function
by Amerigo Wang
· 12 years ago
170173b
batman-adv: Remove instant overwritten variable initialization
by Sven Eckelmann
· 12 years ago
068ee6e
batman-adv: roaming handling mechanism redesign
by Antonio Quartulli
· 12 years ago
be73b48
batman-adv: refactor tt_global_del_struct()
by Antonio Quartulli
· 12 years ago
47c9465
batman-adv: refactor code to simplify long lines
by Antonio Quartulli
· 12 years ago
7c1fd91
batman-adv: substitute tt_poss_change with a per-tt_entry flag
by Antonio Quartulli
· 12 years ago
2870987
batman-adv: wait multiple periods before activating bla
by Simon Wunderlich
· 12 years ago
d807f27
batman-adv: allow bla traffic only after first worker period
by Simon Wunderlich
· 13 years ago
52aebd6
batman-adv: send announcement when backbone gw is registered
by Simon Wunderlich
· 13 years ago
b7eddd0
batman-adv: prevent using any virtual device created on batman-adv as hard-interface
by Antonio Quartulli
· 13 years ago
a7528f8
batman-adv: fix wrong spinlock inline comment
by Antonio Quartulli
· 13 years ago
07568d0
batman-adv: don't rely on positions in struct for hashing
by Simon Wunderlich
· 13 years ago
5bdf502
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
5cb0443
ipv6: add knob to send unsolicited ND on link-layer address change
by Hannes Frederic Sowa
· 12 years ago
9fafd65
ipv6 ndisc: Use pre-defined in6addr_linklocal_allnodes.
by YOSHIFUJI Hideaki / 吉藤英明
· 12 years ago
d4185bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
c075b13
ip6tnl: advertise tunnel param via rtnl
by Nicolas Dichtel
· 12 years ago
ba3e3f5
sit: advertise tunnel param via rtnl
by Nicolas Dichtel
· 12 years ago
0974658
ipip: advertise tunnel param via rtnl
by Nicolas Dichtel
· 12 years ago
a375413
gre6: fix rtnl dump messages
by Nicolas Dichtel
· 12 years ago
c3b89fb
ipip: add GSO support
by Eric Dumazet
· 12 years ago
60713a0
ipv6: send unsolicited neighbour advertisements to all-nodes
by Hannes Frederic Sowa
· 12 years ago
e949b09
vlan: set sysfs device_type to 'vlan'
by Doug Goldstein
· 12 years ago
a4477c4
ipv6: remove rt6i_peer_genid from rt6_info and its handler
by Li RongQing
· 12 years ago
f1e0b5b
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 12 years ago
b20b6d9
ndisc: fix a typo in a comment in ndisc_recv_na()
by Nicolas Dichtel
· 12 years ago
5920cd3a
packet: tx_ring: allow the user to choose tx data offset
by Paul Chavent
· 12 years ago
a3d744e
af-packet: fix oops when socket is not present
by Eric Leblond
· 12 years ago
3015f3d
pkt_sched: enable QFQ to support TSO/GSO
by Paolo Valente
· 12 years ago
9affec6
batman-adv: enable fast client detection using unicast_4addr packets
by Antonio Quartulli
· 12 years ago
4046b24
batman-adv: Add get_ethtool_stats() support for DAT
by Martin Hundebøll
· 13 years ago
33af49a
batman-adv: Distributed ARP Table - add runtime switch
by Antonio Quartulli
· 13 years ago
1722447
batman-adv: Distributed ARP Table - add compile option
by Antonio Quartulli
· 13 years ago
c384ea3
batman-adv: Distributed ARP Table - add snooping functions for ARP messages
by Antonio Quartulli
· 14 years ago
5c3a0e5
batman-adv: Distributed ARP Table - add ARP parsing functions
by Antonio Quartulli
· 14 years ago
2f1dfbe
batman-adv: Distributed ARP Table - implement local storage
by Antonio Quartulli
· 13 years ago
785ea11
batman-adv: Distributed ARP Table - create DHT helper functions
by Antonio Quartulli
· 13 years ago
0e861a3
batman-adv: Distributed ARP Table - add a new debug log level
by Antonio Quartulli
· 12 years ago
7cdcf6d
batman-adv: add UNICAST_4ADDR packet type
by Antonio Quartulli
· 12 years ago
f6c57a4
batman-adv: Mark correctly aligned headers not as __packed
by Sven Eckelmann
· 12 years ago
5b24657
batman-adv: Reserve extra bytes in skb for better alignment
by Sven Eckelmann
· 12 years ago
196d97f
htb: fix two bugs
by Eric Dumazet
· 12 years ago
0cb2bbb
bridge: Avoid 'statement with no effect' compiler warnings
by Lee Jones
· 12 years ago
cacb6ba
net: inet_diag -- Return error code if protocol handler is missed
by Cyrill Gorcunov
· 12 years ago
c38e01b
net: fix bridge notify hook to manage flags correctly
by John Fastabend
· 12 years ago
a7a558f
rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dump
by John Fastabend
· 12 years ago
56b765b
htb: improved accuracy at high rates
by Vimalkumar
· 12 years ago
d145f7ec
tipc: do not use tasklet_disable before tasklet_kill
by Xiaotian Feng
· 12 years ago
94e187c
ipv6: introduce ip6_rt_put()
by Amerigo Wang
· 12 years ago
b26ddd8
sctp: Clean up type-punning in sctp_cmd_t union
by Neil Horman
· 12 years ago
1a94083
ipv6: remove a useless NULL check
by Amerigo Wang
· 12 years ago
398f382
pktgen: clean up ktime_t helpers
by Daniel Borkmann
· 12 years ago
e6c022a
tcp: better retrans tracking for defer-accept
by Eric Dumazet
· 12 years ago
0f89a57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
c454e61
tcp-repair: Handle zero-length data put in rcv queue
by Pavel Emelyanov
· 12 years ago
7893363
l2tp: fix oops in l2tp_eth_create() error path
by Tom Parkin
· 12 years ago
25b1e67
net: Fix continued iteration in rtnl_bridge_getlink()
by Ben Hutchings
· 12 years ago
1a72418
ipv6/multipath: remove flag NLM_F_EXCL after the first nexthop
by Nicolas Dichtel
· 12 years ago
2bc8005
eth: Rename and properly align br_reserved_address array
by Ben Hutchings
· 12 years ago
46acc46
eth: Make is_link_local() consistent with other address tests
by Ben Hutchings
· 12 years ago
4197f24
bridge: Use is_link_local() in store_group_addr()
by Ben Hutchings
· 12 years ago
2512117
skb: api to report errors for zero copy skbs
by Michael S. Tsirkin
· 12 years ago
e19d676
skb: report completion status for zero copy skbs
by Michael S. Tsirkin
· 12 years ago
f4d5392
vlan: use IS_ENABLED()
by Amerigo Wang
· 12 years ago
07a9362
ipv6: use IS_ENABLED()
by Amerigo Wang
· 12 years ago
cc535df
rtnl/ipv4: use netconf msg to advertise rp_filter status
by Nicolas Dichtel
· 12 years ago
Next »