aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-01-12batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli
2013-01-12batman-adv: Initialize lockdep class keys for hashesAntonio Quartulli
2013-01-12batman-adv: remove useless assignment in tt_local_add()Antonio Quartulli
2013-01-12batman-adv: unify and properly print hex valuesAntonio Quartulli
2013-01-12batman-adv: print the CRC together with the translation tablesAntonio Quartulli
2013-01-12batman-adv: improve local translation table outputAntonio Quartulli
2013-01-12batman-adv: reduce local TT entry timeout to 10 minutesAntonio Quartulli
2013-01-12batman-adv: Do not add multicast MAC addresses to translation tableLinus Lüssing
2013-01-12batman-adv: use per_cpu_add helperShan Wei
2013-01-11net: splice: fix __splice_segment()Eric Dumazet
2013-01-11ipv4: fib: fix a comment.Rami Rosen
2013-01-11net: Export __netdev_pick_tx so that it can be used in modulesAlexander Duyck
2013-01-10net: Add support for XPS without sysfs being definedAlexander Duyck
2013-01-10net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck
2013-01-10net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck
2013-01-10net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck
2013-01-10net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck
2013-01-10net_sched: more precise pkt_len computationEric Dumazet
2013-01-09ipv6: Use container_of macro instead of magic number to get ipv6 header.YOSHIFUJI Hideaki / 吉藤英明
2013-01-09unix: Use FIELD_SIZEOF() in af_unix_init().YOSHIFUJI Hideaki / 吉藤英明
2013-01-09rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().YOSHIFUJI Hideaki / 吉藤英明
2013-01-09openvswitch: Use FIELD_SIZEOF() in dp_init().YOSHIFUJI Hideaki / 吉藤英明
2013-01-09netlink: Use FIELD_SIZEOF() in netlink_proto_init().YOSHIFUJI Hideaki / 吉藤英明
2013-01-09ipv6: Use FIELD_SIZEOF() in inet6_init().YOSHIFUJI Hideaki / 吉藤英明
2013-01-09ipv4: Use FIELD_SIZEOF() in inet_init().YOSHIFUJI Hideaki / 吉藤英明
2013-01-08net: init perm_addr in register_netdevice()Jiri Pirko
2013-01-08netpoll: add IPv6 supportCong Wang
2013-01-08ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang
2013-01-08netpoll: prepare for ipv6Cong Wang
2013-01-08net: introduce skb_transport_header_was_set()Eric Dumazet
2013-01-07ethtool: consolidate work with ethtool_opsJiri Pirko
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa
2013-01-06ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明
2013-01-06net: splice: avoid high order page splittingEric Dumazet
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2013-01-06ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko
2013-01-04ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3)YOSHIFUJI Hideaki / 吉藤英明
2013-01-04net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko
2013-01-04bonding: remove usage of dev->masterJiri Pirko
2013-01-04vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko
2013-01-04netpoll: remove usage of dev->masterJiri Pirko
2013-01-04bridge: remove usage of netdev_set_master()Jiri Pirko
2013-01-04rtnetlink: remove usage of dev->masterJiri Pirko
2013-01-04vlan: add link to upper deviceJiri Pirko
2013-01-04net: introduce upper device listsJiri Pirko
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko
2013-01-03net: add address assign type "SET"Jiri Pirko
2013-01-03net: call add_device_randomness() only after successful mac changeJiri Pirko
2013-01-03rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko
2012-12-30bridge: respect RFC2863 operational statestephen hemminger