summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-04-02ipvs: preparations for using rcu in schedulersJulian Anastasov
2013-04-02ipvs: change ip_vs_sched_lock to mutexJulian Anastasov
2013-04-02ipvs: avoid kmem_cache_zalloc in ip_vs_conn_newJulian Anastasov
2013-04-02ipvs: reorder keys in connection structureJulian Anastasov
2013-04-02ipvs: convert connection lockingJulian Anastasov
2013-04-02ipvs: convert locks used in persistence enginesJulian Anastasov
2013-04-02ipvs: remove rs_lock by using RCUJulian Anastasov
2013-04-02ipvs: convert app locksJulian Anastasov
2013-04-02ipvs: optimize dst usage for real serverJulian Anastasov
2013-04-02ipvs: consolidate all dst checks on transmit in one placeJulian Anastasov
2013-04-02ipvs: do not use skb_share_checkJulian Anastasov
2013-04-02ipvs: no need to reroute anymore on DNAT over loopbackJulian Anastasov
2013-04-02ipvs: rename functions related to dst_cache resetJulian Anastasov
2013-04-02ipvs: convert the IP_VS_XMIT macros to functionsJulian Anastasov
2013-04-02ipvs: prefer NETDEV_DOWN event to free cached dstsJulian Anastasov
2013-04-02ipvs: avoid routing by TOS for real serverJulian Anastasov
2013-04-02net: add skb_dst_set_noref_forceJulian Anastasov
2013-03-28net: add ETH_P_802_3_MINSimon Horman
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-27net: use the frag lru_lock to protect netns_frags.nqueues updateJesper Dangaard Brouer
2013-03-27net: frag, avoid several CPUs grabbing same frag queue during LRU evictor loopJesper Dangaard Brouer
2013-03-27net: core: let's use native isxdigit instead of customAndy Shevchenko
2013-03-27net: switch to use skb_probe_transport_header()Jason Wang
2013-03-27net: core: let skb_partial_csum_set() set transport headerJason Wang
2013-03-276lowpan: use IEEE802154_ADDR_LEN instead of a magic numberTony Cheneau
2013-03-276lowpan: fix a small formatting issueTony Cheneau
2013-03-27ieee802154/dgram: Pass source address in dgram_recvmsgStephen Röttger
2013-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-26Merge tag 'nfs-for-3.9-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-03-26ipv4: Fix ip-header identification for gso packets.Pravin B Shelar
2013-03-26net_sched: better precise estimation on packet length for untrusted packetsJason Wang
2013-03-26packet: set transport header before doing xmitJason Wang
2013-03-266lowpan: modify udp compression/uncompression to match the standardTony Cheneau
2013-03-266lowpan: use the PANID provided by the device instead of a static valueTony Cheneau
2013-03-266lowpan: obtain IEEE802.15.4 sequence number from the MAC layerTony Cheneau
2013-03-26mac802154: add mac802154_dev_get_dsn()Tony Cheneau
2013-03-266lowpan: store fragment tag values per device instead of net stack wideTony Cheneau
2013-03-266lowpan: add debug messages for 6LoWPAN fragmentationTony Cheneau
2013-03-266lowpan: fix first fragment (FRAG1) handlingTony Cheneau
2013-03-266lowpan: use short IEEE 802.15.4 addresses for broadcast destinationTony Cheneau
2013-03-26mac802154: turn on ACK when enabled by the upper layersTony Cheneau
2013-03-266lowpan: always enable link-layer acknowledgmentsTony Cheneau
2013-03-266lowpan: next header is not properly set upon decompression of a UDP header.Tony Cheneau
2013-03-266lowpan: lowpan_is_iid_16_bit_compressable() does not detect compressible add...Tony Cheneau
2013-03-26netlink: have length check of rtnl msg before derefHong zhi guo
2013-03-26af_unix: dont send SCM_CREDENTIAL when dest socket is NULLdingtianhong
2013-03-26firewire net, ipv6: IPv6 over Firewire (RFC3146) support.YOSHIFUJI Hideaki / 吉藤英明
2013-03-26firewire net, ipv4 arp: Extend hardware address and remove driver-level packe...YOSHIFUJI Hideaki / 吉藤英明
2013-03-26Tunneling: use IP Tunnel stats APIs.Pravin B Shelar
2013-03-26IPIP: Use ip-tunneling code.Pravin B Shelar