summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-04-06can: convert protocol handling to RCUOliver Hartkopp
2011-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2011-04-05ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNLBen Hutchings
2011-04-04net: Allow no-cache copy from user on transmitTom Herbert
2011-04-04bridge: range check STP parametersstephen hemminger
2011-04-04bridge: allow creating bridge devices with netlinkstephen hemminger
2011-04-04bridge: allow creating/deleting fdb entries via netlinkstephen hemminger
2011-04-04bridge: add netlink notification on forward entry changesstephen hemminger
2011-04-04bridge: split rcu and no-rcu cases of fdb lookupstephen hemminger
2011-04-04bridge: track last used time in forwarding tablestephen hemminger
2011-04-04bridge: change arguments to fdb_createstephen hemminger
2011-04-04pkt_sched: QFQ - quick fair queue schedulerstephen hemminger
2011-04-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-02vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław
2011-04-02net: Call netdev_features_change() from netdev_update_features()Michał Mirosław
2011-04-01tcp: len check is unnecessarily devastating, change to WARN_ONIlpo Järvinen
2011-04-01sctp: malloc enough room for asconf-ack chunkWei Yongjun
2011-04-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2011-03-31appletalk: Fix OOPS in atalk_release().David S. Miller
2011-03-31ipv4: Use flowi4_init_output() in udp_sendmsg()David S. Miller
2011-03-31ipv4: Use flowi4_init_output() in cookie_v4_check()David S. Miller
2011-03-31ipv4: Use flowi4_init_output() in raw_sendmsg()David S. Miller
2011-03-31ipv4: Use flowi4_init_output() in ip_send_reply()David S. Miller
2011-03-31ipv4: Use flowi4_init_output() in inet_connection_sock.cDavid S. Miller
2011-03-31fib: add __rcu annotationsEric Dumazet
2011-03-30sctp: Pass __GFP_NOWARN to hash table allocation attempts.David S. Miller
2011-03-30fib: add rtnl locking in ip_fib_net_exitEric Dumazet
2011-03-30atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville
2011-03-30netdev: fix mtu check when TSO is enabledDaniel Lezcano
2011-03-30bridge: mcast snooping, fix length check of snooped MLDv1/2Linus Lüssing
2011-03-30net: gre: provide multicast mappings for ipv4 and ipv6Timo Teräs
2011-03-29bridge: Fix compilation warning in function br_stp_recalculate_bridge_id()Balaji G
2011-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-03-28xfrm: Restrict extended sequence numbers to espSteffen Klassert
2011-03-28xfrm: Check for esn buffer len in xfrm_new_aeSteffen Klassert
2011-03-28xfrm: Assign esn pointers when cloning a stateSteffen Klassert
2011-03-28xfrm: Move the test on replay window size into the replay check functionsSteffen Klassert
2011-03-28ipv4: Don't ip_rt_put() an error pointer in RAW sockets.David S. Miller
2011-03-28mac80211: fix aggregation frame release during timeoutDaniel Halperin
2011-03-28cfg80211: fix BSS double-unlinking (continued)Juuso Oikarinen
2011-03-28cfg80211:: fix possible NULL pointer dereferenceMariusz Kozlowski
2011-03-28mac80211: fix possible NULL pointer dereferenceMariusz Kozlowski
2011-03-28mac80211: fix NULL pointer dereference in ieee80211_key_alloc()Petr Štetiar
2011-03-28mac80211: fix a crash in minstrel_ht in HT mode with no supported MCS ratesFelix Fietkau
2011-03-27net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka
2011-03-27net: use CHECKSUM_NONE instead of magic numberCesar Eduardo Barros
2011-03-27bridge: notify applications if address of bridge device changesstephen hemminger
2011-03-27ipv4: Fix IP timestamp option (IPOPT_TS_PRESPEC) handling in ip_options_echo()Jan Luebbe
2011-03-27can: make struct proto constOliver Hartkopp
2011-03-27net: remove useless comments in net/core/dev.cAmerigo Wang