summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-1/+1
* pkt_sched: namespace aware act_mirredBenjamin LaHaise2013-01-1419-65/+80
* ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明2013-01-141-2/+1
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-01-1313-70/+88
|\
| * batman-adv: unbloat batadv_priv if debug is not enabledMarek Lindner2013-01-123-1/+6
| * batman-adv: remove unused variable from orig_node structMarek Lindner2013-01-121-1/+0
| * batman-adv: fix typo in debug messageAntonio Quartulli2013-01-121-1/+1
| * batman-adv: use the const qualifier in hash functionsAntonio Quartulli2013-01-122-2/+2
| * batman-adv: don't compile the BLA switch if not requestedAntonio Quartulli2013-01-122-0/+4
| * batman-adv: remove useless NULL checkAntonio Quartulli2013-01-121-4/+2
| * batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli2013-01-128-29/+0
| * batman-adv: Initialize lockdep class keys for hashesAntonio Quartulli2013-01-123-0/+22
| * batman-adv: remove useless assignment in tt_local_add()Antonio Quartulli2013-01-121-7/+5
| * batman-adv: unify and properly print hex valuesAntonio Quartulli2013-01-123-11/+11
| * batman-adv: print the CRC together with the translation tablesAntonio Quartulli2013-01-121-6/+9
| * batman-adv: improve local translation table outputAntonio Quartulli2013-01-121-4/+23
| * batman-adv: reduce local TT entry timeout to 10 minutesAntonio Quartulli2013-01-121-1/+1
| * batman-adv: Do not add multicast MAC addresses to translation tableLinus Lüssing2013-01-121-1/+2
| * batman-adv: use per_cpu_add helperShan Wei2013-01-121-3/+1
* | ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明2013-01-132-4/+4
* | ipv6 xfrm: Use ipv6_addr_hash() in xfrm6_tunnel_spi_hash_byaddr().YOSHIFUJI Hideaki / 吉藤英明2013-01-131-1/+1
* | ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn().YOSHIFUJI Hideaki / 吉藤英明2013-01-131-9/+2
* | ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明2013-01-132-45/+3
* | ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass().YOSHIFUJI Hideaki / 吉藤英明2013-01-132-4/+5
* | ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).YOSHIFUJI Hideaki / 吉藤英明2013-01-132-7/+8
* | ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明2013-01-134-13/+7
|/
* net: splice: fix __splice_segment()Eric Dumazet2013-01-111-13/+15
* ipv4: fib: fix a comment.Rami Rosen2013-01-111-1/+1
* net: Export __netdev_pick_tx so that it can be used in modulesAlexander Duyck2013-01-111-0/+1
* net: Add support for XPS without sysfs being definedAlexander Duyck2013-01-103-21/+21
* net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck2013-01-101-66/+117
* net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck2013-01-101-23/+33
* net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck2013-01-102-143/+160
* net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck2013-01-101-25/+32
* net_sched: more precise pkt_len computationEric Dumazet2013-01-101-1/+21
* ipv6: Use container_of macro instead of magic number to get ipv6 header.YOSHIFUJI Hideaki / 吉藤英明2013-01-091-5/+4
* unix: Use FIELD_SIZEOF() in af_unix_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+1
* rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+2
* openvswitch: Use FIELD_SIZEOF() in dp_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+1
* netlink: Use FIELD_SIZEOF() in netlink_proto_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+1
* ipv6: Use FIELD_SIZEOF() in inet6_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+1
* ipv4: Use FIELD_SIZEOF() in inet_init().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-2/+1
* net: init perm_addr in register_netdevice()Jiri Pirko2013-01-081-0/+7
* netpoll: add IPv6 supportCong Wang2013-01-081-10/+236
* ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang2013-01-083-35/+98
* netpoll: prepare for ipv6Cong Wang2013-01-081-178/+224
* net: introduce skb_transport_header_was_set()Eric Dumazet2013-01-082-1/+4
* ethtool: consolidate work with ethtool_opsJiri Pirko2013-01-071-24/+21
* tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa2013-01-067-16/+18
* ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明2013-01-062-28/+21
OpenPOWER on IntegriCloud