aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAge
* net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-16
* ethtool: prepare for larger netdev_features_t typeMichał Mirosław2011-11-16
* net: ethtool: use C99 array initialization for feature-names tableMichał Mirosław2011-11-16
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-16
* net: ethtool: break association of ETH_FLAG_* with NETIF_F_*Michał Mirosław2011-11-16
* net: remove legacy ethtool opsMichał Mirosław2011-11-16
* net: use jump_label for netstamp_neededEric Dumazet2011-11-16
* IPv6: Removing unnecessary NULL checks.Matti Vaittinen2011-11-15
* ipv4: fix a memory leak in ic_bootp_send_ifRongQing.Li2011-11-14
* IPv6 routing, NLM_F_* flag support: REPLACE and EXCL flags support, warn abou...Matti Vaittinen2011-11-14
* IPv6 routing, NLM_F_* flag support: warn if new route is created without NLM_...Matti Vaittinen2011-11-14
* net: introduce build_skb()Eric Dumazet2011-11-14
* neigh: new unresolved queue limitsEric Dumazet2011-11-14
* bridge: add NTF_USE supportstephen hemminger2011-11-14
* 6LoWPAN: UDP header decompressionalex.bluesman.smirnov@gmail.com2011-11-14
* 6LoWPAN: UDP header compressionalex.bluesman.smirnov@gmail.com2011-11-14
* 6LoWPAN: set proper netdev flagsalex.bluesman.smirnov@gmail.com2011-11-14
* 6LoWPAN: disable debugging by defaultalex.bluesman.smirnov@gmail.com2011-11-14
* 6LoWPAN: add fragmentation supportalex.bluesman.smirnov@gmail.com2011-11-14
* ipv6: reduce percpu needs for icmpv6msg mibsEric Dumazet2011-11-14
* ipv4: PKTINFO doesnt need dst referenceEric Dumazet2011-11-09
* ipv4: reduce percpu needs for icmpmsg mibsEric Dumazet2011-11-09
* net: rename sk_clone to sk_clone_lockEric Dumazet2011-11-08
* sch_choke: use skb_header_pointer()Eric Dumazet2011-11-08
* net: make ipv6 PKTINFO honour freebindMaciej Żenczykowski2011-11-08
* net: make ipv6 bind honour freebindMaciej Żenczykowski2011-11-08
* sctp: fasthandoff with ASCONF at server-nodeMichio Honda2011-11-08
* sctp: fasthandoff with ASCONF at mobile-nodeMichio Honda2011-11-08
* net: better pcpu data alignmentEric Dumazet2011-11-08
* ipv4: Fix inetpeer expire time informationSteffen Klassert2011-11-08
* tcp: Fix comments for Nagle algorithmFeng King2011-11-08
* l2tp: fix l2tp_udp_recv_core()Eric Dumazet2011-11-08
* ipv6: drop packets when source address is multicastBrian Haley2011-11-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-07
|\
| * wanrouter: Remove kernel_lock annotationsRichard Weinberger2011-11-07
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-04
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-04
| | |\
| | | * mac80211: disable powersave for broken APsJohannes Berg2011-11-02
| | | * mac80211: Fix TDLS support validation in add_station handlerJouni Malinen2011-11-02
| | | * mac80211: config hw when going back on-channelEliad Peller2011-11-02
| | | * mac80211: fix remain_off_channel regressionEliad Peller2011-11-02
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-02
| | | |\
| | | | * Bluetooth: Set HCI_MGMT flag only in read_controller_infoJohan Hedberg2011-10-31
| | | | * Bluetooth: Increase HCI reset timeout in hci_dev_do_closeSzymon Janc2011-10-31
| | | | * Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmSzymon Janc2011-10-14
* | | | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | net: fix implicit kmod.h usage in bridge/br_stp_if.cPaul Gortmaker2011-10-31
| * | | | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-31
| * | | | net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker2011-10-31
| * | | | net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-31