aboutsummaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-04bridge: allow creating bridge devices with netlinkstephen hemminger5-87/+101
2011-04-04bridge: allow creating/deleting fdb entries via netlinkstephen hemminger3-0/+144
2011-04-04bridge: add netlink notification on forward entry changesstephen hemminger3-0/+127
2011-04-04bridge: split rcu and no-rcu cases of fdb lookupstephen hemminger1-3/+16
2011-04-04bridge: track last used time in forwarding tablestephen hemminger3-8/+10
2011-04-04bridge: change arguments to fdb_createstephen hemminger1-8/+10
2011-04-04pkt_sched: QFQ - quick fair queue schedulerstephen hemminger4-0/+1164
2011-04-04xen: netfront: assume all hw features are available until backend connection setupIan Campbell1-0/+8
2011-04-03mISDN: fix "persistant" typoJan Engelhardt1-10/+10
2011-04-03mlx4: fix kfree on error path in new_steering_entry()Mariusz Kozlowski1-2/+2
2011-04-03xen: netfront: fix declaration orderEric Dumazet1-36/+36
2011-04-02vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław2-42/+16
2011-04-02net: Call netdev_features_change() from netdev_update_features()Michał Mirosław3-9/+21
2011-04-01tcp: len check is unnecessarily devastating, change to WARN_ONIlpo Järvinen1-1/+2
2011-04-01sctp: malloc enough room for asconf-ack chunkWei Yongjun1-2/+2
2011-04-01sctp: fix auth_hmacs field's length of struct sctp_cookieWei Yongjun1-1/+1
2011-04-01net: convert sunhme/sungem network drivers to hw_featuresMichał Mirosław2-3/+6
2011-04-01veth: convert to hw_featuresMichał Mirosław1-40/+5
2011-04-01jme: convert offload constraints to ndo_fix_featuresMichał Mirosław2-60/+19
2011-04-01net: convert xen-netfront to hw_featuresMichał Mirosław1-34/+23
2011-04-01net: convert SMSC USB net drivers to hw_featuresMichał Mirosław2-144/+63
2011-04-01virtio_net: convert to hw_featuresMichał Mirosław1-27/+19
2011-04-01net: Fix dev dev_ethtool_get_rx_csum() for forced NETIF_F_RXCSUMMichał Mirosław1-2/+2
2011-04-01usbnet: use eth%d name for known ethernet devicesArnd Bergmann11-12/+23
2011-04-01starfire: clean up dma_addr_t size testFUJITA Tomonori1-5/+1
2011-03-31appletalk: Fix OOPS in atalk_release().David S. Miller1-5/+6
2011-03-31net: Order ports in same order as addresses in flow objects.David S. Miller1-3/+3
2011-03-31bnx2x, cnic: Disable iSCSI if DCBX negotiation is successfulDmitry Kravkov6-23/+83
2011-03-31bnx2x: don't write dcb/llfc fields in STORM memoryDmitry Kravkov1-1/+12
2011-03-31bnx2x: Update firmware to 6.2.9Dmitry Kravkov9-38128/+38158
2011-03-31ipv4: Use flowi4_init_output() in udp_sendmsg()David S. Miller1-12/+6
2011-03-31ipv4: Use flowi4_init_output() in cookie_v4_check()David S. Miller1-11/+7
2011-03-31ipv4: Use flowi4_init_output() in raw_sendmsg()David S. Miller1-11/+7
2011-03-31ipv4: Use flowi4_init_output() in ip_send_reply()David S. Miller1-10/+8
2011-03-31ipv4: Use flowi4_init_output() in inet_connection_sock.cDavid S. Miller1-12/+6
2011-03-31ipv4: Use flowi4_init_output() in net/route.hDavid S. Miller1-36/+24
2011-03-31net: Add helper flowi4_init_output().David S. Miller1-0/+21
2011-03-31mlx4: Fixing bad size of event queue bufferYevgeny Petrilin1-1/+3
2011-03-31mlx4: Fixing use after freeYevgeny Petrilin1-1/+2
2011-03-31bonding:typo in commentPeter Pan(潘卫平)1-1/+1
2011-03-31fib: add __rcu annotationsEric Dumazet1-45/+58
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas10-16/+14
2011-03-30enic: Add support for PORT_REQUEST_PREASSOCIATE_RRRoopa Prabhu5-149/+344
2011-03-30enic: Cleanups in port profile helper codeRoopa Prabhu2-4/+14
2011-03-30enic: Add wrapper routines for new fw devcmds for port profile handlingRoopa Prabhu2-6/+63
2011-03-30enic: Add support for new fw devcmds for port profile handlingRoopa Prabhu3-49/+111
2011-03-30via-rhine: trivial sparse annotation in vlan_tci helperHarvey Harrison1-1/+1
2011-03-30kstrtox: convert drivers/isdn/Alexey Dobriyan2-24/+13
2011-03-30smsc911x: Use pr_fmt, netdev_<level>, and netif_<level>Joe Perches2-159/+155
2011-03-30be2net: remove one useless lineSathya Perla1-1/+0